mhenrixon/sidekiq-unique-jobs

View on GitHub
myapp/db/schema.rb

Summary

Maintainability
A
0 mins
Test Coverage

Complex method create_table#users (32.4)
Open

  create_table "users", force: :cascade do |t|
    t.boolean "admin", default: false
    t.string "email", default: "", null: false
    t.string "encrypted_password", default: "", null: false
    t.string "reset_password_token"
Severity: Minor
Found in myapp/db/schema.rb by flog

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