Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

rbac_engine

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

RbacEngine

Role-based access control (RBAC)

Don't know if it should be a rails engine or a simple Gem for use on non-Rails projects.

Its going to be a Gem. Not sure as to what its name will be. Not sure but it might even end up as a plugin for CanCanCan.

Installation

Add this line to your application's Gemfile:

gem 'rbac_engine'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rbac_engine

Usage

TODO: Write usage instructions here