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