IT61/it61-rails

View on GitHub
app/helpers/user_helper.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method all_providers has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def all_providers
    {
      facebook: {
        name: t("socials.facebook"),
        class: "fa fa-facebook",
Severity: Minor
Found in app/helpers/user_helper.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status