scoped()
public

No documentation available.

# File activerecord/lib/active_record/associations/association_collection.rb, line 38
      def scoped
        with_scope(construct_scope) { @reflection.klass.scoped }
      end