No commit activity in last 3 years
No release in over 3 years
Ecm::Rbac::Backend Module.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Ecm::Rbac::Backend¶ ↑

This gem implements a backend for the ecm_rbac gem.

Why?¶ ↑

* Beautiful backend to edit your permissions.

Installation¶ ↑

Add it to your gemfile, bundle and run installer:

echo "\ngem 'ecm_rbac_backend'" >> Gemfile
bundle
rails g ecm:rbac:backend:install

The installer will

* add an initializer with configuration options in initializers/ecm_rbac_backend.rb.
* add a routing entry to mount the engine.

Configuration¶ ↑

Usage¶ ↑

Open your browser and visit your-app/en/backend/ecm/rbac

License¶ ↑

This project rocks and uses MIT-LICENSE.