method
scoped
v3.2.13 -
Show latest stable
- Class:
ActiveRecord::Associations::CollectionProxy
scoped()public
No documentation available.
# File activerecord/lib/active_record/associations/collection_proxy.rb, line 64
def scoped
association = @association
association.scoped.extending do
define_method(:proxy_association) { association }
end
end