Giuseppe
Results
1
issues of
Giuseppe
Apologies in advance if not a proper issue, but the following behavior is baffling to me. In abilities.rb: ``` ruby class Ability include CanCan::Ability def initialize(user) if user.admin can :manage,...