method
_new
rails latest stable - Class:
ActiveRecord::Relation
_new(attributes, &block)private
No documentation available.
# File activerecord/lib/active_record/relation.rb, line 909
def _new(attributes, &block)
klass.new(attributes, &block)
end