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

Without ApiTaster.routes.draw #16

Closed ticktricktrack closed 12 years ago

ticktricktrack commented 12 years ago
NoMethodError in ApiTaster::RoutesController#index
undefined method `call' for nil:NilClass

Not really a bug, just an inconvenience if I want to test if the tool is up and running, but have not thought about test data yet.