This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
orbit-4-1/app/models/page.rb

8 lines
131 B
Ruby
Raw Normal View History

class Page < Item
2010-01-08 10:36:36 +00:00
include LayoutSupport
2010-01-04 07:52:30 +00:00
key_i18n :content, String
key :layout_name, String, :required => true
2009-05-22 06:43:52 +00:00
end