Module: RemoteAssociation::Base::InstanceMethods
- Defined in:
- lib/remote_association.rb
Instance Method Summary collapse
-
#remote_resources_loaded? ⇒ Boolean
Returns
true
if associations to remote relations already loaded and set.
Instance Method Details
#remote_resources_loaded? ⇒ Boolean
Returns true
if associations to remote relations already loaded and set
63 64 65 |
# File 'lib/remote_association.rb', line 63 def remote_resources_loaded? @remote_resources_loaded end |