Pierre Berard

Results 1 issues of Pierre Berard

### Steps to reproduce Given the following: ```ruby class Boat; end class Ability include CanCan::Ability def initialize(super_user: false) can :create, Boat if super_user end end ``` `Ability.new(super_user: true).attributes_for(:create, Boat)` is...

gist needed