Method: AASM::ClassMethods#inherited
- Defined in:
- lib/aasm.rb
#inherited(klass) ⇒ Object
30 31 32 33 |
# File 'lib/aasm.rb', line 30 def inherited(klass) AASM::StateMachine[klass] = AASM::StateMachine[self].clone super end |
30 31 32 33 |
# File 'lib/aasm.rb', line 30 def inherited(klass) AASM::StateMachine[klass] = AASM::StateMachine[self].clone super end |