Marten::Routing::Parameter::Base
Instance methods
Returns the string representation of the specified route parameter object.
Note that this method can either return a string or nil: nil means that the passed value cannot be
serialized properly, which will make any URL reverse resolution fail with a
Marten::Routing::Errors::NoReverseMatch error.