Allow sub route params to be camel case
Opened this issue · 1 comments
vjpr commented
For something like links/:id/collections
instead of params.link_id
allow params.linkId
https://github.com/1602/railway-routes/blob/master/lib/railway_routes.js#L344
1602 commented
Thanks. That makes sense.
On 9 February 2014 10:57, Vaughan Rouesnel notifications@github.com wrote:
For something like links/:id/collections instead of params.link_id allow
params.linkIdhttps://github.com/1602/railway-routes/blob/master/lib/railway_routes.js#L344
Reply to this email directly or view it on GitHubhttps://github.com//issues/27
.