GAKUEngine/gaku

View on GitHub
core/db/migrate/20131014065028_translations.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

  def up
    create_table :gaku_attendance_types do |t|
      t.string   :name
      t.string   :color_code
      t.boolean  :counted_absent
Severity: Minor
Found in core/db/migrate/20131014065028_translations.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status