module Protector::Adapters::ActiveRecord::CollectionProxy
Patches ‘ActiveRecord::Associations::CollectionProxy`
Public Instance Methods
restrict!(*args)
click to toggle source
# File lib/protector/adapters/active_record/collection_proxy.rb, line 9 def restrict!(*args) @association.restrict!(*args) self end