core/app/models/spree/ability.rb

Summary

Maintainability
A
1 hr
Test Coverage
A
96%

Method apply_user_permissions has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def apply_user_permissions(user)
      can :read, ::Spree::Country
      can :read, ::Spree::Menu
      can :read, ::Spree::CmsPage
      can :read, ::Spree::OptionType
Severity: Minor
Found in core/app/models/spree/ability.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status