HabitatMap/AirCasting

View on GitHub
db/migrate/20120426093113_add_package_name_to_stream.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method change has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def change
    begin
      change_table :measurements do |t|
        t.references :stream
      end
Severity: Minor
Found in db/migrate/20120426093113_add_package_name_to_stream.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status