3scale/porta

View on GitHub
db/migrate/20180511145413_onpremises_upgrade21_to22.rb

Summary

Maintainability
A
0 mins
Test Coverage

OnpremisesUpgrade21To22#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.

OnpremisesUpgrade21To22 has the name 'OnpremisesUpgrade21To22'
Open

class OnpremisesUpgrade21To22 < ActiveRecord::Migration

An Uncommunicative Module Name is a module name that doesn't communicate its intent well enough.

Poor names make it hard for the reader to build a mental picture of what's going on in the code. They can also be mis-interpreted; and they hurt the flow of reading, because the reader must slow down to interpret the names.

There are no issues that match your filters.

Category
Status