Method: Browser::Middleware::Context#redirect_to

Defined in:
lib/browser/middleware/context.rb

#redirect_to(path) ⇒ Object



17
18
19
# File 'lib/browser/middleware/context.rb', line 17

def redirect_to(path)
  throw :redirected, path.to_s
end