codeRIT/hackathon_manager

View on GitHub
app/jobs/bulk_message_job.rb

Summary

Maintainability
A
0 mins
Test Coverage

Method user_ids has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

  def self.user_ids(type)
    case type
    when "all"
      # Everyone, including organizers that completed a questionnaire
      User.non_organizer.pluck(:id) + Questionnaire.pluck(:user_id)
Severity: Minor
Found in app/jobs/bulk_message_job.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status