Skip to content

integrum/rest_controller_generators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rest_controller_generators

Generators for creating RESTfull controllers in Rails

Description

Create a Rails RESTful controller.

Expects an ApiController to exist in the same namespace

Example

`rails generate rest_controller Api::V2::Things name description`

Generates: app/controllers/api/v2/things_controller.rb

with :name and :description as whitelisted params

About

Generators for creating RESTfull controllers in Rails

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages