Method: ActiveRecord::Associations::CollectionProxy#scope
- Defined in:
- activerecord/lib/active_record/associations/collection_proxy.rb
#scope ⇒ Object
Returns a Relation object for the records in this association
949 950 951 |
# File 'activerecord/lib/active_record/associations/collection_proxy.rb', line 949 def scope @scope ||= @association.scope end |