method
new
rails latest stable - Class:
ActiveRecord::Scoping::DefaultScope
new(scope, all_queries = nil)public
No documentation available.
# File activerecord/lib/active_record/scoping/default.rb, line 8
def initialize(scope, all_queries = nil)
@scope = scope
@all_queries = all_queries
end