2015-07-21 19:45:23 +02:00

7 lines
122 B
Ruby

default_action :create
actions :create
attribute :name, :kind_of => String, :name_attribute => true, :required => true