1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activemodel/lib
Rafael Mendonça França 0951306ca5
Make ActiveModel::Errors backward compatible with 4.2
If a Error object was serialized in the database as YAML in the Rails
4.2 version, if we load in the Rails 5.0 version it will miss the
@details instance variable so methods like #clear and #add will start to
fail.
2016-12-08 16:27:47 -05:00
..
active_model Make ActiveModel::Errors backward compatible with 4.2 2016-12-08 16:27:47 -05:00
active_model.rb applies new string literal convention in activemodel/lib 2016-08-06 18:38:02 +02:00