method

scoped

scoped()
public

No documentation available.

# File activerecord/lib/active_record/associations/association.rb, line 90
      def scoped
        ActiveSupport::Deprecation.warn "#scoped is deprecated. use #scope instead."
        scope
      end