3scale/porta

View on GitHub
config/abilities/any.rb

Summary

Maintainability
A
40 mins
Test Coverage

Consider simplifying this complex logical expression.
Open

  if user
    # Anyone can read their own account.
    can(:read, Account) { |account| user.account == account }

    # redundant with one above?
Severity: Major
Found in config/abilities/any.rb - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status