Method: AASM::StateMachine#states
- Defined in:
- lib/aasm/state_machine.rb
#states ⇒ Object
the following four methods provide the storage of all state machines
5 6 7 |
# File 'lib/aasm/state_machine.rb', line 5 def states @states end |