fredwu / api_taster

A quick and easy way to visually test your Rails application's API.
http://fredwu.github.com/api_taster
727 stars 85 forks source link

Consider Splitting the ApiTaster Routes into separate file. #17

Closed ticktricktrack closed 12 years ago

ticktricktrack commented 12 years ago

Would be nice to not have thousands of lines in the routes file. DHH explains how: https://gist.github.com/2492118

fredwu commented 12 years ago

Thanks for the link! I think it's better leave it up to the gem user to decide where/how to separate the routes file. :)