aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/url_helper.rb
diff options
context:
space:
mode:
authorMatt Duncan <mrduncan@gmail.com>2011-04-15 21:34:49 -0400
committerMatt Duncan <mrduncan@gmail.com>2011-04-15 21:34:49 -0400
commitf274394afbedd2097d5855f8c2d7d384b46977c3 (patch)
tree159cca630ba25d9c4dcf978d3b158ad30c602bf9 /actionpack/lib/action_view/helpers/url_helper.rb
parente8afe4e1ea9ea4c59368bb84efde785876f25061 (diff)
downloadrails-f274394afbedd2097d5855f8c2d7d384b46977c3.tar.gz
rails-f274394afbedd2097d5855f8c2d7d384b46977c3.tar.bz2
rails-f274394afbedd2097d5855f8c2d7d384b46977c3.zip
Fixing more spacing inconsistencies
Diffstat (limited to 'actionpack/lib/action_view/helpers/url_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/url_helper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/action_view/helpers/url_helper.rb b/actionpack/lib/action_view/helpers/url_helper.rb
index de75488e72..051d3eb049 100644
--- a/actionpack/lib/action_view/helpers/url_helper.rb
+++ b/actionpack/lib/action_view/helpers/url_helper.rb
@@ -555,10 +555,10 @@ module ActionView
# current_page?(:controller => 'shop', :action => 'checkout')
# # => true
#
- # current_page?(:controller => 'shop', :action => 'checkout', :order => 'desc', :page=>'1')
+ # current_page?(:controller => 'shop', :action => 'checkout', :order => 'desc', :page => '1')
# # => true
#
- # current_page?(:controller => 'shop', :action => 'checkout', :order => 'desc', :page=>'2')
+ # current_page?(:controller => 'shop', :action => 'checkout', :order => 'desc', :page => '2')
# # => false
#
# current_page?(:controller => 'shop', :action => 'checkout', :order => 'desc')