Method: HappyMapper::ClassMethods#has_many
- Defined in:
- lib/happymapper.rb
#has_many(name, type, options = {}) ⇒ Object
48 49 50 |
# File 'lib/happymapper.rb', line 48 def has_many(name, type, ={}) element name, type, {:single => false}.merge() end |