instance method
scope_for
Ruby on Rails 5.1.7
Since v5.0.7.2Signature
scope_for(klass)
No documentation comment.
Parameters
-
klassreq
Source
# File activerecord/lib/active_record/reflection.rb, line 369
def scope_for(klass)
scope ? klass.unscoped.instance_exec(nil, &scope) : klass.unscoped
end
Defined in activerecord/lib/active_record/reflection.rb line 369
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Reflection::MacroReflection