diff options
Diffstat (limited to 'lib/tasks/grape.rake')
-rw-r--r-- | lib/tasks/grape.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/grape.rake b/lib/tasks/grape.rake index ea2698da606..b0739faa9c4 100644 --- a/lib/tasks/grape.rake +++ b/lib/tasks/grape.rake @@ -1,5 +1,5 @@ namespace :grape do - desc 'Print compiled grape routes' + desc "Print compiled grape routes" task routes: :environment do API::API.routes.each do |route| puts "#{route.options[:method]} #{route.path} - #{route_description(route.options)}" |