Class: Statesman::MultiState::Reflection::HasOneStateMachineReflection
- Inherits:
-
ActiveRecord::Reflection::MacroReflection
- Object
- ActiveRecord::Reflection::MacroReflection
- Statesman::MultiState::Reflection::HasOneStateMachineReflection
- Defined in:
- lib/statesman/multi_state/reflection.rb
Overview
Holds all the metadata about a state_machine as it was specified in the Active Record class.
Instance Method Summary collapse
-
#macro ⇒ Object
:nodoc:.
Instance Method Details
#macro ⇒ Object
:nodoc:
9 10 11 |
# File 'lib/statesman/multi_state/reflection.rb', line 9 def macro :has_one_state_machine end |