attribute options
Ruby on Rails 3.0.20
Since v3.0.20Returns the hash of options used for the macro.
composed_of :balance, :class_name => 'Money' returns { :class_name => "Money" } has_many :clients returns +{}+
Ruby on Rails 3.0.20
Since v3.0.20Returns the hash of options used for the macro.
composed_of :balance, :class_name => 'Money' returns { :class_name => "Money" } has_many :clients returns +{}+