mhenrixon/sidekiq-unique-jobs

View on GitHub
myapp/db/migrate/20210115105735_devise_create_users.rb

Summary

Maintainability
A
0 mins
Test Coverage

Complex method DeviseCreateUsers#change (27.8)
Open

  def change
    create_table :users do |t|
      t.boolean :admin, default: false
      ## Database authenticatable
      t.string :email,              null: false, default: ""

Flog calculates the ABC score for methods. The ABC score is based on assignments, branches (method calls), and conditions.

You can read more about ABC metrics or the flog tool

There are no issues that match your filters.

Category
Status