require 'uri' in action_controller/url_rewriter [#5555 state:resolved]

Signed-off-by: José Valim <jose.valim@gmail.com>
This commit is contained in:
Geoff Buesing
2010-10-04 14:25:27 -05:00
committed by José Valim
parent 8beb84fa33
commit f2e32e4fd7

View File

@@ -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.