Sha256: 046ca7adcc9f239c17d482e0ad0f2db36ffd07f622deef0be71456cd135c26dc
Contents?: true
Size: 214 Bytes
Versions: 11
Compression:
Stored size: 214 Bytes
Contents
class Object # This method gets called when a parameter is passed into a named route. # This can be overridden in an Object to provlde custom handling of parameters. def to_param self.to_s end end
Version data entries
11 entries across 11 versions & 1 rubygems