Skip to content

Commit

Permalink
require 'uri' in action_controller/url_rewriter [rails#5555 state:res…
Browse files Browse the repository at this point in the history
…olved]

Signed-off-by: José Valim <jose.valim@gmail.com>
  • Loading branch information
gbuesing authored and josevalim committed Oct 11, 2010
1 parent 8beb84f commit f2e32e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actionpack/lib/action_controller/url_rewriter.rb
@@ -1,3 +1,5 @@
require 'uri'

module ActionController
# In <b>routes.rb</b> one defines URL-to-controller mappings, but the reverse
# is also possible: an URL can be generated from one of your routing definitions.
Expand Down

0 comments on commit f2e32e4

Please sign in to comment.