exercism/website

View on GitHub
app/commands/user/unsubscribe_from_all_emails.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

  def call
    user.communication_preferences.update!(
      email_on_mentor_started_discussion_notification: false,
      email_on_mentor_replied_to_discussion_notification: false,
      email_on_student_replied_to_discussion_notification: false,
Severity: Minor
Found in app/commands/user/unsubscribe_from_all_emails.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status