ledermann/keepr

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

Summary

Maintainability
A
1 hr
Test Coverage

Method up has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def self.up
    create_table Keepr::Group, force: true do |t|
      t.integer    :target, null: false
      t.string     :number
      t.string     :name, null: false
Severity: Minor
Found in lib/generators/keepr/migration/templates/migration.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status