RbacRls

Short description and motivation.

Usage

How to use my plugin.

Installation

Add this line to your application's Gemfile:

gem "rbac_rls"

And then execute:

$ bundle

Or install it yourself as:

$ gem install rbac_rls

And then add in your manifest.js:

//= link rbac_rls/application.css
//= link rbac_rls/application.js

And then add in your application_record.rb and application_controller.rb:

 include ConnectionRls
 include ConnectionRlsUser

And then run this command:

rake rbac_rls:install:migrations  

And then run this command:

rake db:migrate  

And then run this command:

yarn  install  

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.