method
scoped
v3.2.8 -
Show latest stable
- Class:
ActiveRecord::Associations::Association
scoped()public
No documentation available.
# File activerecord/lib/active_record/associations/association.rb, line 86
def scoped
target_scope.merge(association_scope)
end