Method: Dynamoid::Associations::ClassMethods#has_many
- Defined in:
- lib/dynamoid/associations.rb
#has_many(name, options = {}) ⇒ Object
create a has_many association for this document.
38 39 40 |
# File 'lib/dynamoid/associations.rb', line 38 def has_many(name, = {}) association(:has_many, name, ) end |