Noosfero/noosfero

View on GitHub
plugins/oauth_provider/db/migrate/20140829153047_create_doorkeeper_tables.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

  def change
    create_table :oauth_applications 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