Skip to content

Commit

Permalink
Merge pull request #19443 from radanskoric/fix-am-errors-deprecation
Browse files Browse the repository at this point in the history
Fix ActiveModel::Errors deprecation messages failing when used on its own
  • Loading branch information
carlosantoniodasilva committed Mar 21, 2015
2 parents 9f98cf5 + cf7fac7 commit cdbe4fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activemodel/lib/active_model/errors.rb
Expand Up @@ -3,6 +3,7 @@
require 'active_support/core_ext/array/conversions'
require 'active_support/core_ext/string/inflections'
require 'active_support/core_ext/object/deep_dup'
require 'active_support/core_ext/string/filters'

module ActiveModel
# == Active \Model \Errors
Expand Down

0 comments on commit cdbe4fd

Please sign in to comment.