method
build_scope
v7.0.0 -
Show latest stable
- Class:
ActiveRecord::Associations::Builder::Association
build_scope(scope)private
No documentation available.
# File activerecord/lib/active_record/associations/builder/association.rb, line 53
def self.build_scope(scope)
if scope && scope.arity == 0
proc { instance_exec(&scope) }
else
scope
end
end