crftr/double_double

View on GitHub
lib/generators/double_double/install/templates/create_double_double.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

  def change
    create_table :double_double_accounts do |t|
      t.integer :number,        null: false
      t.string  :name,          null: false
      t.string  :type,          null: false

    There are no issues that match your filters.

    Category
    Status