method

options

rails latest stable - Class: ActiveRecord::Reflection::MacroReflection

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.

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.