aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_tag_helper.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-04-09 11:09:55 -0700
committerXavier Noria <fxn@hashref.com>2010-04-09 11:10:26 -0700
commit8b2266a8dada979d72ff6eda4349a24be3b630eb (patch)
tree837cec7cac9e1041ca019fde035c4e4d40f813fb /actionpack/lib/action_view/helpers/form_tag_helper.rb
parent38f1d3543e1342f99913a5e578b57a8f633a11af (diff)
downloadrails-8b2266a8dada979d72ff6eda4349a24be3b630eb.tar.gz
rails-8b2266a8dada979d72ff6eda4349a24be3b630eb.tar.bz2
rails-8b2266a8dada979d72ff6eda4349a24be3b630eb.zip
image_path -> path_to_image in a couple of places, plus motivation for path_to_image in rdoc
Diffstat (limited to 'actionpack/lib/action_view/helpers/form_tag_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/form_tag_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/form_tag_helper.rb b/actionpack/lib/action_view/helpers/form_tag_helper.rb
index 388d6813ef..b840f77fb5 100644
--- a/actionpack/lib/action_view/helpers/form_tag_helper.rb
+++ b/actionpack/lib/action_view/helpers/form_tag_helper.rb
@@ -398,7 +398,7 @@ module ActionView
# Displays an image which when clicked will submit the form.
#
- # <tt>source</tt> is passed to AssetTagHelper#image_path
+ # <tt>source</tt> is passed to AssetTagHelper#path_to_image
#
# ==== Options
# * <tt>:confirm => 'question?'</tt> - This will add a JavaScript confirm