Sha256: de0f9bfc68d7a6520291273db82a20ab252832616099d165f024bcee46f87467
Contents?: true
Size: 597 Bytes
Versions: 1
Compression:
Stored size: 597 Bytes
Contents
An engine gem to provide a RDBMS backed list of roles and their associated user. This replaces the hydra default role mapper. ##Installing: * Add: ```gem 'bpl-institution-management'``` to your Gemfile and then ```bundle install``` * ```rails generate roles``` * ```rake db:migrate``` * Add the following [cancan](https://github.com/ryanb/cancan) abilities: ```ruby # app/models/ability.rb TBA ``` ##Testing: * Install a system javascript runtime or uncomment therubyracer in spec/support/Gemfile * Run ```rake generate spec``` to generate a test rails app at spec/internal and test it
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bpl-institution-management-0.0.2 | README.md |