aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/asset_tag_helper.rb
diff options
context:
space:
mode:
authorCarlos Galdino + Rafael Mendonça França <rafael.franca+carlos.galdino@plataformatec.com.br>2012-05-14 16:26:27 -0300
committerCarlos Galdino + Rafael Mendonça França <rafael.franca+carlos.galdino@plataformatec.com.br>2012-05-14 16:43:54 -0300
commitd47d6e7eda3aa3e6aa28d0c17ac6801234bb97d1 (patch)
treec3398dc0629fd9c7d273b658e73a13ed4dfcc6ee /actionpack/lib/action_view/helpers/asset_tag_helper.rb
parent21141e777bdce8534e3755c8de7268324b3d8714 (diff)
downloadrails-d47d6e7eda3aa3e6aa28d0c17ac6801234bb97d1.tar.gz
rails-d47d6e7eda3aa3e6aa28d0c17ac6801234bb97d1.tar.bz2
rails-d47d6e7eda3aa3e6aa28d0c17ac6801234bb97d1.zip
Fix typo
Diffstat (limited to 'actionpack/lib/action_view/helpers/asset_tag_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/asset_tag_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/asset_tag_helper.rb b/actionpack/lib/action_view/helpers/asset_tag_helper.rb
index ccba30eaa4..cf6c007c84 100644
--- a/actionpack/lib/action_view/helpers/asset_tag_helper.rb
+++ b/actionpack/lib/action_view/helpers/asset_tag_helper.rb
@@ -367,7 +367,7 @@ module ActionView
end
if mouseover = options.delete(:mouseover)
- ActiveSupport::Deprecation.warn ":mouseover options is deprecated and will be removed from Rails 4.0"
+ ActiveSupport::Deprecation.warn ":mouseover option is deprecated and will be removed from Rails 4.0"
options[:onmouseover] = "this.src='#{path_to_image(mouseover)}'"
options[:onmouseout] = "this.src='#{src}'"