aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorJoost Baaij <joost@spacebabies.nl>2010-08-26 21:31:32 +0200
committerJoost Baaij <joost@spacebabies.nl>2010-08-26 21:31:32 +0200
commit80ae74dea7c4f91ec47935409f666ae8a9c094a8 (patch)
tree08864d7d8264710021e8e6a9bf9ae4e0be4789a1 /actionpack
parenta88fb2fd1b2521c3bed02d97805ae7a83eb975df (diff)
downloadrails-80ae74dea7c4f91ec47935409f666ae8a9c094a8.tar.gz
rails-80ae74dea7c4f91ec47935409f666ae8a9c094a8.tar.bz2
rails-80ae74dea7c4f91ec47935409f666ae8a9c094a8.zip
Prevent any warnings from being printed during RDoc generation
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_view/helpers/tag_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/tag_helper.rb b/actionpack/lib/action_view/helpers/tag_helper.rb
index 5d032b32a7..1b9e152b4d 100644
--- a/actionpack/lib/action_view/helpers/tag_helper.rb
+++ b/actionpack/lib/action_view/helpers/tag_helper.rb
@@ -16,7 +16,7 @@ module ActionView
autoplay controls loop selected hidden scoped async
defer reversed ismap seemless muted required
autofocus novalidate formnovalidate open).to_set
- BOOLEAN_ATTRIBUTES.merge(BOOLEAN_ATTRIBUTES.map {|attr| attr.to_sym })
+ BOOLEAN_ATTRIBUTES.merge(BOOLEAN_ATTRIBUTES.map {|attribute| attribute.to_sym })
# Returns an empty HTML tag of type +name+ which by default is XHTML
# compliant. Set +open+ to true to create an open tag compatible