app/models/ability.rb
Method member_abilities
has 80 lines of code (exceeds 25 allowed). Consider refactoring. Wontfix
Wontfix
def member_abilities(member)
return unless member
# members can see even rejected or pending crops if they requested it
can :read, Crop, requester_id: member.id
- Create a ticketCreate a ticket