aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2011-11-25 14:22:36 +0200
committerUģis Ozols <ugis.ozolss@gmail.com>2011-11-25 14:22:36 +0200
commit9a45867b094c0a41303e24b68414bc69d2263bc8 (patch)
tree8e59cacce74f6ffd28e719d97fe44223f60e1088 /actionpack
parent510502ee3abfc8feacdf82868013f2f81676c8ff (diff)
downloadrails-9a45867b094c0a41303e24b68414bc69d2263bc8.tar.gz
rails-9a45867b094c0a41303e24b68414bc69d2263bc8.tar.bz2
rails-9a45867b094c0a41303e24b68414bc69d2263bc8.zip
Remove unnecessary comment.
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_dispatch/routing/url_for.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/routing/url_for.rb b/actionpack/lib/action_dispatch/routing/url_for.rb
index 8fc8dc191b..334ddd5c2f 100644
--- a/actionpack/lib/action_dispatch/routing/url_for.rb
+++ b/actionpack/lib/action_dispatch/routing/url_for.rb
@@ -42,7 +42,7 @@ module ActionDispatch
# url_for(:controller => 'users',
# :action => 'new',
# :message => 'Welcome!',
- # :host => 'www.example.com') # Changed this.
+ # :host => 'www.example.com')
# # => "http://www.example.com/users/new?message=Welcome%21"
#
# By default, all controllers and views have access to a special version of url_for,