Flockingbird/roost

View on GitHub
app/web/helpers/load_helpers.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

LoadHelpers#decorate doesn't depend on instance state (maybe move it to another class?)
Invalid

  def decorate(object, decorator_class, decorator_null_class)
Severity: Minor
Found in app/web/helpers/load_helpers.rb by reek

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

LoadHelpers#load doesn't depend on instance state (maybe move it to another class?)
Invalid

  def load(aggregate_class, aggregate_id)
Severity: Minor
Found in app/web/helpers/load_helpers.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