diff options
author | Uģis Ozols <ugis.ozolss@gmail.com> | 2011-11-25 14:22:36 +0200 |
---|---|---|
committer | Uģis Ozols <ugis.ozolss@gmail.com> | 2011-11-25 14:22:36 +0200 |
commit | 9a45867b094c0a41303e24b68414bc69d2263bc8 (patch) | |
tree | 8e59cacce74f6ffd28e719d97fe44223f60e1088 /actionpack | |
parent | 510502ee3abfc8feacdf82868013f2f81676c8ff (diff) | |
download | rails-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.rb | 2 |
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, |