Libraries
»
jellyfish
(1.4.0)
»
Index
»
Jellyfish
»
Controller
»
#found
Method: Jellyfish::Controller#found
Defined in:
lib/jellyfish.rb
#
found
(url) ⇒
Object
Also known as:
redirect
65
# File 'lib/jellyfish.rb', line 65
def
found
url
;
halt
(
Jellyfish
::
Found
.
new
(
url
)
)
;
end