instance method
==
Ruby on Rails edge
Since edgeSignature
==(other)
No documentation comment.
Parameters
-
otherreq
Source
# File activerecord/lib/active_record/database_configurations/hash_config.rb, line 47
def ==(other)
other.is_a?(DatabaseConfig) && comparable_values == other.comparable_values
end
Defined in activerecord/lib/active_record/database_configurations/hash_config.rb line 47
· View on GitHub
· Improve this page
· Find usages on GitHub