Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 940 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 940 Bytes

Sample application for ActiveAdminRole

Setup

$ bin/setup
$ bin/rails s

or

$ docker build -t active_admin_role:latest .
$ docker run --rm -v $PWD:/active_admin_role -p 3000:3000 -it active_admin_role:latest bash
# bin/setup
# bin/rails s -b 0.0.0.0 -p 3000

Step

  1. Open http://localhost:3000/admin

    image

    Login with email: [email protected], password: password

  2. Click Permissions

    image

  3. Click Reload

    image

  4. Then you can edit all permissions.

    image