Remove more warnings on variables.

This commit is contained in:
Emilio Tagua 2010-09-28 16:27:05 -03:00
parent dc37bd778a
commit da8f9ca432

@ -136,6 +136,7 @@ def url_for(options = nil)
protected
def _with_routes(routes)
@_routes ||= nil
old_routes, @_routes = @_routes, routes
yield
ensure