codeforamerica/ohana-api

View on GitHub
app/controllers/concerns/taggable.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Taggable#shift_and_split_params doesn't depend on instance state (maybe move it to another class?)
Open

  def shift_and_split_params(params, *fields)
Severity: Minor
Found in app/controllers/concerns/taggable.rb by reek

A Utility Function is any instance method that has no dependency on the state of the instance.

There are no issues that match your filters.

Category
Status