lookitsatravis/api_guardian

View on GitHub
lib/generators/api_guardian/install/templates/db/migrate/create_doorkeeper_tables.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

  def change
    create_table :oauth_applications, id: :uuid do |t|
      t.string :name, null: false
      t.string :uid, null: false
      t.string :secret, null: false

    There are no issues that match your filters.

    Category
    Status