rauversion/rauversion-ror

View on GitHub
db/migrate/20230726200555_create_events.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

  def change
    create_table :events do |t|
      t.string :title
      t.text :description
      t.string :slug
Severity: Minor
Found in db/migrate/20230726200555_create_events.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status