rkh opened this issue 12 years ago · 1 comments
... which would append params that are not expandable as query params.
Example:
Mustermannnew('/:foo').uri_expand(foo: 42, bar: 23) # => "/42?bar=23"
Alternative approach: #13