GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

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
Add a note that Merb::Router::Route#generate uses #to_param on parameters.
Tue May 13 11:13:55 -0700 2008
commit  2dfd71ab499dbbb967165c4a0972714e1a6c53be
tree    42e07d7e8b7d2ad72dc4247408423907ad3c1e0e
parent  3bfc1d694696945f8f5f59bfd134788f5717b4b4
...
188
189
190
 
191
192
193
...
188
189
190
191
192
193
194
0
@@ -188,6 +188,7 @@ module Merb
0
       end
0
 
0
       # Generates URL using route segments and given parameters.
0
+ # If parameter value responds to :to_param, it is called.
0
       #
0
       # ==== Parameters
0
       # params<Hash>:: Optional parameters for the route.

Comments

    No one has commented yet.