ujh/fountainpencompanion

View on GitHub
app/controllers/collected_inks_controller.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method index has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def index
    if current_user.collected_inks.empty?
      flash.now[
        :notice
      ] = "Your ink collection is empty. Check out the <a href='/pages/guide'>documentation</a> on how to add some.".html_safe
Severity: Minor
Found in app/controllers/collected_inks_controller.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status