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