joshbuddy / http_router_sinatra

Kick ass router for Sinatra based on http_router
7 stars 3 forks source link

HttpRouter for Sinatra

Usage

In your Sinatra app, register your extension

register HttpRouter::Sinatra::Extension

Then, add your routes normally. If you use the :name option when defining your route, you can later generate your route with the generate method.