app/controllers/concerns/has_filters.rb

Summary

Maintainability
A
0 mins
Test Coverage

Line is too long. [107/100] (https://github.com/bbatsov/ruby-style-guide#80-character-limits)
Open

        @current_filter = @valid_filters.include?(params[:filter]) ? params[:filter] : @valid_filters.first

There are no issues that match your filters.

Category
Status