orbit-basic/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