aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/route_set.rb
diff options
context:
space:
mode:
authorCarlhuda <carlhuda@engineyard.com>2010-02-26 17:18:29 -0800
committerCarlhuda <carlhuda@engineyard.com>2010-02-26 17:18:45 -0800
commit050831803a9e553ba392a73732b00528dfa8c6ad (patch)
tree177a9050c5c07a80dedfc2bdc49b73b96d1a257d /actionpack/lib/action_dispatch/routing/route_set.rb
parent6324eeefd7d1dd7b628afdcf436649062d12bbab (diff)
downloadrails-050831803a9e553ba392a73732b00528dfa8c6ad.tar.gz
rails-050831803a9e553ba392a73732b00528dfa8c6ad.tar.bz2
rails-050831803a9e553ba392a73732b00528dfa8c6ad.zip
If IntegrationSession is initialized with an objects that responds to #routes, automatically extend the URL helpers from the RouteSet onto it
Diffstat (limited to 'actionpack/lib/action_dispatch/routing/route_set.rb')
-rw-r--r--actionpack/lib/action_dispatch/routing/route_set.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/routing/route_set.rb b/actionpack/lib/action_dispatch/routing/route_set.rb
index 47320883ac..6bc4303be3 100644
--- a/actionpack/lib/action_dispatch/routing/route_set.rb
+++ b/actionpack/lib/action_dispatch/routing/route_set.rb
@@ -203,7 +203,6 @@ module ActionDispatch
url_for(options)
end
- protected :#{selector}
END_EVAL
helpers << selector
end