martinandert/gql

View on GitHub
example/db/migrate/20150310163512_create_app.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

  def change
    create_table :people do |t|
      t.string  :slug,        :null => false
      t.string  :first_name,  :null => false
      t.string  :last_name,   :null => false
Severity: Major
Found in example/db/migrate/20150310163512_create_app.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status