Method: DataMapper::Associations::OneToMany::Collection#reload

Defined in:
lib/dm-core/associations/one_to_many.rb

#reloadObject



187
188
189
190
# File 'lib/dm-core/associations/one_to_many.rb', line 187

def reload(*)
  assert_source_saved 'The source must be saved before reloading the collection'
  super
end