Generators for creating RESTfull controllers in Rails
Create a Rails RESTful controller.
Expects an ApiController to exist in the same namespace
`rails generate rest_controller Api::V2::Things name description`
Generates:
app/controllers/api/v2/things_controller.rb
with :name and :description as whitelisted params