1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activemodel/test
Kenichi Kamiya 9f566aba32 Allow indifferent access in ActiveModel::Errors
`#[]` has already applied indifferent access, but some methods does not.

  `#include?`, `#has_key?`, `#key?`, `#delete` and `#full_messages_for`.
2016-11-22 04:10:41 +09:00
..
cases Allow indifferent access in ActiveModel::Errors 2016-11-22 04:10:41 +09:00
models Removed deprecated :tokenizer in the length validator 2016-10-10 20:29:24 -03:00
validators let Regexp#match? be globally available 2016-10-27 09:13:55 +02:00