Admin model is a rails gem who includes a generator to quickly create rails admin stuff for you
This gem use the same syntax as the rails model generator
$ rails generate admin_model ModelName FieldName:FieldType FieldName:FieldTypeAdd this line to your application's Gemfile:
gem "admin_model", git: "https://github.com/albertobazilio98/admin_model.git"And then execute:
$ bundleThe gem is available as open source under the terms of the MIT License.