Growstuff/growstuff

View on GitHub
app/models/ability.rb

Summary

Maintainability
A
0 mins
Test Coverage

Method member_abilities has 80 lines of code (exceeds 25 allowed). Consider refactoring.
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
Severity: Major
Found in app/models/ability.rb - About 3 hrs to fix

There are no issues that match your filters.

Category
Status