Skip to content

Instantly share code, notes, and snippets.

@lifez
Last active August 29, 2015 14:25
Show Gist options
  • Select an option

  • Save lifez/2b7f8edff8094ec6cada to your computer and use it in GitHub Desktop.

Select an option

Save lifez/2b7f8edff8094ec6cada to your computer and use it in GitHub Desktop.
namespace :grape do
desc "routes"
task :routes => :environment do
API::Root.routes.map { |route| puts "#{route} \n" }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment