Files
mozo-backend/app/models/page.rb
T
2013-03-03 14:21:29 +01:00

7 lines
100 B
Ruby

class Page
include Cmtool::Includes::Page
def self.layouts
%w[theme1 theme1-home]
end
end