3scale/porta

View on GitHub
db/migrate/20151020145550_change_hash_values_in_system_operation.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

  def down

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

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

  def up

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