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