ActsAsPermissible ===== This plugin enables any activerecord model to have permissions. It provides a set of methods for querying the model’s permissions. In addition, the plugin can generate roles support, which turns it into a full RBAC (Role Based Access Control) solution. Any model which includes the line “acts_as_permissible” can have permissions, and with roles support it can also have roles