attribute options
Ruby on Rails 4.1.16
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 4.1.16
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 {}