method
scope
v4.0.2 -
Show latest stable
- Class:
ActiveRecord::Associations::AssociationScope
scope()public
No documentation available.
# File activerecord/lib/active_record/associations/association_scope.rb, line 16
def scope
scope = klass.unscoped
scope.extending! Array(options[:extend])
add_constraints(scope)
end