generate page
This commit is contained in:
5
app/models/cms.rb
Normal file
5
app/models/cms.rb
Normal file
@ -0,0 +1,5 @@
|
||||
module Cms
|
||||
def self.table_name_prefix
|
||||
"cms_"
|
||||
end
|
||||
end
|
2
app/models/cms/page.rb
Normal file
2
app/models/cms/page.rb
Normal file
@ -0,0 +1,2 @@
|
||||
class Cms::Page < ActiveModel
|
||||
end
|
Reference in New Issue
Block a user