agile-alliance-brazil/submissions

View on GitHub
app/models/privileges/organizer.rb

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Method privileges has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def privileges
      can(:manage, ::Reviewer, conference: { visible: true })
      can(:read, 'organizer_sessions') do
        @conference.visible?
      end
Severity: Minor
Found in app/models/privileges/organizer.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status