TODO: Convert Ruby on Rails application routes to Postman REST Client format end export to json file.
Add this line to your application's Gemfile:
gem 'rails_to_postman'
And then execute:
$ bundle
$ rake export_routes
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request