Method: MongoModel::Associations::HasManyByIds#property_name
- Defined in:
- lib/mongomodel/concerns/associations/has_many_by_ids.rb
#property_name ⇒ Object
4 5 6 |
# File 'lib/mongomodel/concerns/associations/has_many_by_ids.rb', line 4 def property_name @property_name ||= :"#{singular_name}_ids" end |