api/db/migrate/20180320110726_create_doorkeeper_tables.rb

Summary

Maintainability
A
0 mins
Test Coverage

Method change has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

  def change
    create_table :spree_oauth_applications do |t|
      t.string  :name,         null: false
      t.string  :uid,          null: false
      t.string  :secret,       null: false
Severity: Minor
Found in api/db/migrate/20180320110726_create_doorkeeper_tables.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status