This repository has been archived by the owner on Oct 18, 2022. It is now read-only.
v0.5.1
Major changes
- Move policy role models from
app/models
toapp/models/roles
to avoid cluttering themodels
directory, preserving it for proper models such asUser
- Add
lib/eucalypt/security/permissions.rb
to dynamically define permission methods for each policy inapp/policies
to avoid cluttering the policy file
Minor changes
- Change ActiveRecord default logging configuration to be less verbose