scope()
Returns a Relation object for the records in this association
# File activerecord/lib/active_record/associations/collection_proxy.rb, line 911 def scope @association.scope end