Method: ActiveList::Definition::Table#status
- Defined in:
- lib/active_list/definition/table.rb
#status(*args) ⇒ Object
130 131 132 133 134 |
# File 'lib/active_list/definition/table.rb', line 130 def status(*args) = args. name = args.shift || :status add :status, name, end |