Method: Utopia::Redirection::Redirection#redirect
- Defined in:
- lib/utopia/redirection.rb
#redirect(location) ⇒ Object
106 107 108 |
# File 'lib/utopia/redirection.rb', line 106 def redirect(location) return [self.status, self.headers(location), []] end |