File: grape_path_helpers.rake

package info (click to toggle)
ruby-grape-path-helpers 1.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 192 kB
  • sloc: ruby: 814; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
namespace :grape do
  desc 'Print route helper methods.'
  task path_helpers: :environment do
    GrapePathHelpers::RouteDisplayer.new.display
  end
end