Crows, microlibrary for authorization in Ruby classes
I’ve written a micro library for authorization in Ruby classes, Crows provide you with a few helpers to check if current_user can make operations into some records. This gives you the freedom to build your own plain Ruby classes to make authorization works easily, without the painful of bigs DSLs. Hope you enjoy it!
Post a comment