Noosfero/noosfero

View on GitHub
plugins/social_statistics/db/migrate/20170401104433_install_blazer.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 :blazer_queries do |t|
      t.references :creator
      t.string :name
      t.text :description

    There are no issues that match your filters.

    Category
    Status