indentlabs/notebook

View on GitHub
app/services/serendipitous_service.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method question_for has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def self.question_for(content)
    return unless content.present?

    categories_for_this_type = AttributeCategory.where(
      user:        content.user,
Severity: Minor
Found in app/services/serendipitous_service.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status