Skip to content

Commit

Permalink
Merge pull request #14783 from hakanensari/autoload-strict-validation…
Browse files Browse the repository at this point in the history
…-failed

Autoload ActiveModel::StrictValidationFailed
  • Loading branch information
rafaelfranca committed Apr 17, 2014
1 parent f5417fc commit b8a91a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activemodel/lib/active_model.rb
Expand Up @@ -49,6 +49,7 @@ module ActiveModel

eager_autoload do
autoload :Errors
autoload :StrictValidationFailed, 'active_model/errors'
end

module Serializers
Expand Down

0 comments on commit b8a91a6

Please sign in to comment.