volontariat/voluntary_ranking

View on GitHub
dummy/db/migrate/20130817122701_add_ranking_product.voluntary_ranking_engine.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

  def up
    Product::Ranking.create(name: 'Ranking', text: 'Ranking')
    
    create_table :rankings, force:  true do |t|
      t.string :adjective # best

    There are no issues that match your filters.

    Category
    Status