1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record/validations
Ryuta Kamizono 6932998fc7 id_in_database do not return nil value for persisted record
This removes `|| id` which were added in #9963 and #23887 since it is no
longer necessary.
2018-03-04 03:30:13 +09:00
..
absence.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
associated.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
length.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
presence.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
uniqueness.rb id_in_database do not return nil value for persisted record 2018-03-04 03:30:13 +09:00