jclem/detour

View on GitHub
lib/generators/templates/migration.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

  def change
    create_table :detour_features do |t|
      t.string :name
      t.text    :flag_in_counts, default: "{}"
      t.text    :opt_out_counts, default: "{}"
Severity: Minor
Found in lib/generators/templates/migration.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status