diff options
author | wycats <wycats@gmail.com> | 2010-03-27 12:39:28 -0700 |
---|---|---|
committer | wycats <wycats@gmail.com> | 2010-03-27 12:39:28 -0700 |
commit | fdebc7f55bdd9730216ac1f00880838ae0db90bd (patch) | |
tree | 55cd3f79a6c2bcea4f8bb66c68c09fe2b0d78ec9 /actionpack/lib/action_view | |
parent | 4b9f1672313b120bdc3dfcceb375f3d72d43d103 (diff) | |
download | rails-fdebc7f55bdd9730216ac1f00880838ae0db90bd.tar.gz rails-fdebc7f55bdd9730216ac1f00880838ae0db90bd.tar.bz2 rails-fdebc7f55bdd9730216ac1f00880838ae0db90bd.zip |
Missing require
Diffstat (limited to 'actionpack/lib/action_view')
-rw-r--r-- | actionpack/lib/action_view/helpers/active_model_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_view/helpers/active_model_helper.rb b/actionpack/lib/action_view/helpers/active_model_helper.rb index f0358b5dbe..80b3d3a664 100644 --- a/actionpack/lib/action_view/helpers/active_model_helper.rb +++ b/actionpack/lib/action_view/helpers/active_model_helper.rb @@ -3,6 +3,7 @@ require 'action_view/helpers/form_helper' require 'active_support/core_ext/class/attribute_accessors' require 'active_support/core_ext/enumerable' require 'active_support/core_ext/kernel/reporting' +require 'active_support/core_ext/object/blank' module ActionView ActionView.base_hook do |