AdminModels

Admin model is a rails gem who includes a generator to quickly create rails admin stuff for you

Usage

This gem use the same syntax as the rails model generator

$ rails generate admin_model ModelName FieldName:FieldType FieldName:FieldType

Installation

Add this line to your application's Gemfile:

gem "admin_model", git: "https://github.com/albertobazilio98/admin_model.git"

And then execute:

$ bundle

License

The gem is available as open source under the terms of the MIT License.