volontariat/voluntary

View on GitHub
dummy/db/migrate/20150818152730_create_or_alter_arguments.voluntary_engine.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

  def up
    if (Product::Ranking rescue nil)
      add_column :arguments, :argumentable_type, :string
      add_column :arguments, :argumentable_id, :integer
      

    There are no issues that match your filters.

    Category
    Status