7 ms·
You can do r.on('artist', :id) instead of r.on('artist/:id') if that is your style preference, both work in Roda.
by jeremyevans 12y ago
You can do r.on('artist', :id) instead of r.on('artist/:id') if that is your style preference, both work in Roda.