/grape_on_rails_routes

See Rails-like routes for Grape API's mounted on Rails

Primary LanguageRubyMIT LicenseMIT

Grape On Rails Routes


View Rails-like routes for your Grape API's mounted on Rails


Usage

Add this to your Gemfile:

gem 'grape_on_rails_routes'

Run the rake task:

$ rake grape:routes

Development

Install dependencies

$ bundle install

Run tests

$ rspec