instance method
new
Ruby on Rails 6.1.7.10
Since v6.1.7.10Signature
new(*, **)
No documentation comment.
Parameters
-
argsrest -
kwargskeyrest
Source
# File activerecord/lib/active_record/connection_adapters/deduplicable.rb, line 13
def new(*, **)
super.deduplicate
end
Defined in activerecord/lib/active_record/connection_adapters/deduplicable.rb line 13
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::Deduplicable::ClassMethods