app/helpers/mailer_helper.rb

Summary

Maintainability
A
30 mins
Test Coverage

Avoid too many return statements within this method.
Open

    return budget_investment_url(commentable.budget_id, commentable) if commentable.is_a?(Budget::Investment)
Severity: Major
Found in app/helpers/mailer_helper.rb - About 30 mins to fix

    Line is too long. [109/100] (https://github.com/bbatsov/ruby-style-guide#80-character-limits)
    Open

        return budget_investment_url(commentable.budget_id, commentable) if commentable.is_a?(Budget::Investment)
    Severity: Minor
    Found in app/helpers/mailer_helper.rb by rubocop

    There are no issues that match your filters.

    Category
    Status