Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 770 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 770 Bytes

CanCanCan-Sequel

ATTENTION: Gem in development. Not working yet. Look at the build status to see which tests are failing and help us fixing them

Build Status

[Code Climate] (https://codeclimate.com/github/CanCanCommunity/cancancan-sequel)

This is the adapter for the CanCanCan authorisation library to automatically generate SQL queries from ability rules.

Adds support for Sequel

Usage

In your Gemfile, insert the following line:

gem 'cancancan'
gem 'cancancan-sequel'