7 lines
122 B
Ruby
7 lines
122 B
Ruby
|
|
default_action :create
|
|
|
|
actions :create
|
|
|
|
attribute :name, :kind_of => String, :name_attribute => true, :required => true
|