method
options
v1.1.6 -
Show latest stable
- Class:
ActiveRecord::Reflection::MacroReflection
options()public
Returns the hash of options used for the macro, so it would return { :class_name => "Money" } for "composed_of :balance, :class_name => ‘Money’" or {} for "has_many :clients".