Method: ActiveRecord::AttributeMethods::TimeZoneConversion::TimeZoneConverter#==

Defined in:
activerecord/lib/active_record/attribute_methods/time_zone_conversion.rb

#==(other) ⇒ Object



35
36
37
# File 'activerecord/lib/active_record/attribute_methods/time_zone_conversion.rb', line 35

def ==(other)
  other.is_a?(self.class) && __getobj__ == other.__getobj__
end