aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
diff options
context:
space:
mode:
authorSharang Dashputre <sharang.d@gmail.com>2019-04-01 22:58:02 +0530
committerSharang Dashputre <sharang.d@gmail.com>2019-04-01 22:58:02 +0530
commit249622e74847c3b50f11dee8a3a6fd25392e2c84 (patch)
tree7c9f3c67b837bd008465bc19f61ab8b68009cf42 /actionpack/lib/action_dispatch
parente0a9e0259c56700fc83b3e886cdf7c04f6a83495 (diff)
downloadrails-249622e74847c3b50f11dee8a3a6fd25392e2c84.tar.gz
rails-249622e74847c3b50f11dee8a3a6fd25392e2c84.tar.bz2
rails-249622e74847c3b50f11dee8a3a6fd25392e2c84.zip
url -> URL where apt inside actionpack/
Diffstat (limited to 'actionpack/lib/action_dispatch')
-rw-r--r--actionpack/lib/action_dispatch/routing/route_set.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/routing/route_set.rb b/actionpack/lib/action_dispatch/routing/route_set.rb
index 972953d4f3..d0a7eadf45 100644
--- a/actionpack/lib/action_dispatch/routing/route_set.rb
+++ b/actionpack/lib/action_dispatch/routing/route_set.rb
@@ -333,7 +333,7 @@ module ActionDispatch
end
end
- # strategy for building urls to send to the client
+ # strategy for building URLs to send to the client
PATH = ->(options) { ActionDispatch::Http::URL.path_for(options) }
UNKNOWN = ->(options) { ActionDispatch::Http::URL.url_for(options) }