diff options
author | Andrew White <andyw@pixeltrix.co.uk> | 2011-07-01 20:36:16 +0100 |
---|---|---|
committer | Andrew White <andyw@pixeltrix.co.uk> | 2011-07-01 20:36:23 +0100 |
commit | 79924c637d82584acd75c79d8ca8ab016e35f836 (patch) | |
tree | d4718f01716e619e1c1353f5a6d941fd0fb83d13 /actionpack/lib/action_view/helpers | |
parent | 505b6a43f7cef4b31d557393b3f30e44cc278af6 (diff) | |
download | rails-79924c637d82584acd75c79d8ca8ab016e35f836.tar.gz rails-79924c637d82584acd75c79d8ca8ab016e35f836.tar.bz2 rails-79924c637d82584acd75c79d8ca8ab016e35f836.zip |
Don't require ActionView::Context as it's autoloaded
Diffstat (limited to 'actionpack/lib/action_view/helpers')
-rw-r--r-- | actionpack/lib/action_view/helpers/form_helper.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/form_helper.rb b/actionpack/lib/action_view/helpers/form_helper.rb index 8d78190131..3a30263b49 100644 --- a/actionpack/lib/action_view/helpers/form_helper.rb +++ b/actionpack/lib/action_view/helpers/form_helper.rb @@ -1,5 +1,4 @@ require 'cgi' -require 'action_view/context' require 'action_view/helpers/date_helper' require 'action_view/helpers/tag_helper' require 'action_view/helpers/form_tag_helper' |