public
Rubygem
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
Search Repo:
typo
ivey (author)
Sat Mar 22 16:29:15 -0700 2008
commit  0078e2c4d637a01911209b73de5fe92816a8e390
tree    6a305a3115cbf3512fbb8b66ecad4dfcfe7d9a62
parent  68cbd675a4fc6433b4ee2d8218bf8e0c29461dfa
...
418
419
420
421
 
422
423
424
425
426
427
428
429
...
418
419
420
 
421
422
423
424
425
 
426
427
428
0
@@ -418,12 +418,11 @@ class Merb::AbstractController
0
   # rparams<Hash>:: Parameters for the route generation.
0
   #
0
   # ==== Returns
0
- # String:: The generated *full* with protocol + hostname + URL.
0
+ # String:: The generated url with protocol + hostname + URL.
0
   #
0
   # ==== Alternatives
0
   # If a hash is used as the first argument, a default route will be
0
   # generated based on it and rparams.
0
-
0
   def absolute_url(name, rparams={})
0
     request.protocol + request.host + url(name, rparams)
0
   end

Comments

    No one has commented yet.