express_admin

Circle CI

ExpressAdmin is a common admin layout based on Foundation. It also provides tools for creating modules for AppExpress.

screenshot

Usage

1. Create a mountable engine

$ rails plugin new awesome --mountable

2. Add this gem

gem.add_dependency "express_admin", "~> 1.0"
$ bundle

3. Install

$ rails generate express_admin:install 

4. Scaffold

$ rails generate express_admin:scaffold agent last_name:string first_name:string

Information

License

This project rocks and uses MIT-LICENSE.