hugopl/reviewit

View on GitHub
db/migrate/20141003232638_create_tables.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

  def change
    create_table(:users) do |t|
      ## Database authenticatable
      t.string :name,               null: false
      t.string :email,              null: false, default: ''
Severity: Major
Found in db/migrate/20141003232638_create_tables.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status