add path_rewrite model
This commit is contained in:
parent
a784b01ff1
commit
516205efd9
3 changed files with 24 additions and 1 deletions
4
app/models/path_rewrite.rb
Normal file
4
app/models/path_rewrite.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class PathRewrite < ApplicationRecord
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue