method
options
v2.2.1 -
Show latest stable
- Class:
ActiveRecord::Reflection::MacroReflection
options()public
Returns the hash of options used for the macro. For example, it would return { :class_name => "Money" } for composed_of :balance, :class_name => 'Money' or +{}+ for has_many :clients.