starting on page styles aka types
This commit is contained in:
8
app/models/merged/page_style.rb
Normal file
8
app/models/merged/page_style.rb
Normal file
@ -0,0 +1,8 @@
|
||||
module Merged
|
||||
class PageStyle < ActiveYaml::Base
|
||||
set_root_path Engine.root + "config"
|
||||
|
||||
fields :type , :description
|
||||
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user