orbit-basic/app/models/component.rb

8 lines
137 B
Ruby
Raw Normal View History

class Component < Item
include LayoutSupport
key :engine_name, String
key :layout_name, String, :required => true
end