add path_rewrite model

This commit is contained in:
simon lehericey 2024-08-29 16:15:07 +02:00
parent a784b01ff1
commit 516205efd9
No known key found for this signature in database
GPG key ID: CDE670D827C7B3C5
3 changed files with 24 additions and 1 deletions

View file

@ -0,0 +1,4 @@
# frozen_string_literal: true
class PathRewrite < ApplicationRecord
end