rolify v0.5 Release Notes

Release Date: 2011-06-07 // almost 13 years ago
    • 👍 dynamic shortcuts support
      • creates automatically new methods upon new role creation (or at startup for a Rails app)
      • has_role "admin" will create a method called is_admin?
      • has_role "moderator", Forum.first will create 2 methods:
        • is_moderator_of?(resource)
        • is_moderator?