An open API service indexing awesome lists of open source software.

https://github.com/widefix/rails-dynamic-controller-for-route

Demonstration of a solution for dynamic controllers resolution for a Rails route
https://github.com/widefix/rails-dynamic-controller-for-route

Last synced: about 2 months ago
JSON representation

Demonstration of a solution for dynamic controllers resolution for a Rails route

Awesome Lists containing this project

README

          

# README

## Installation:

- `bundle install`
- `rails s`

## Test:

- `curl localhost:3000/v1/categories`
- `curl localhost:3000/v2/categories`
- `curl localhost:3000/v1/users`
- `curl localhost:3000/v2/users`
- `curl localhost:3000/v1/products`
- `curl localhost:3000/v2/products`