method
merge
rails latest stable - Class:
ActiveRecord::Encryption::Scheme
merge(other_scheme)public
No documentation available.
# File activerecord/lib/active_record/encryption/scheme.rb, line 56
def merge(other_scheme)
self.class.new(**to_h.merge(other_scheme.to_h))
end