Flowdock
method

loaded?

Importance_1
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: CollectionProxy
loaded?() public

Returns true if the association has been loaded, otherwise false.

person.pets.loaded? # => false
person.pets
person.pets.loaded? # => true
Show source
Register or log in to add new notes.