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