crowdAI/crowdai

View on GitHub
doc/technical/archived_migrations/20160208191806_devise_create_users.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

  def change
    create_table(:users) do |t|
      ## Database authenticatable
      t.string :email,              null: false, default: ""
      t.string :encrypted_password, null: false, default: ""

    There are no issues that match your filters.

    Category
    Status