An API scaffold generator for Grape which generates controller, models and specs.
Add this line to your Rails application's Gemfile:
And then execute:
The scaffold generator works similar to the Rails scaffold, it takes the model name and it's attributes as arguments
The controller generator can be used to generate only the controller and controller specs.
License
Availaible under the MIT License.