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/component.rb

11 lines
202 B
Ruby
Raw Normal View History

class Component < Item
include LayoutSupport
key :engine_name, String
key :layout_name, String, :required => true
2010-01-28 09:42:55 +00:00
key :layout_id, String, :required => true
belongs_to :layout
end