Flowdock
method

reset

Importance_1
v2.1.0 - Show latest stable - 1 note - Class: ActiveRecord::Associations::AssociationProxy
reset() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Show source
Register or log in to add new notes.
December 21, 2010 - (<= v2.3.8)
0 thanks

reload next time referenced

After calling reset on an association, it will be forced to be reloaded next time it’s referenced. Useful after you manipulate an associated object/collection with SQL, and you want to make sure subsequent uses don’t get the invalid cached version. Better than reload in that it doesn’t actually reload if not needed.