method

eval_scope

eval_scope(klass, scope, owner)
private

No documentation available.

# File activerecord/lib/active_record/associations/association_scope.rb, line 161
      def eval_scope(klass, scope, owner)
        klass.unscoped.instance_exec(owner, &scope)
      end