7 lines
122 B
Ruby
7 lines
122 B
Ruby
|
|
default_action :nothing
|
|
|
|
actions :apply
|
|
|
|
attribute :user, :kind_of => String, :name_attribute => true, :required => true
|