Class: Statesman::MultiState::Reflection::HasOneStateMachineReflection

Inherits:
ActiveRecord::Reflection::MacroReflection
  • Object
show all
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

Instance Method Details

#macroObject

:nodoc:



9
10
11
# File 'lib/statesman/multi_state/reflection.rb', line 9

def macro
  :has_one_state_machine
end