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