app/controllers/collected_inks_controller.rb
Method index
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
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