appirits/comable

View on GitHub
core/db/migrate/20151129213103_add_product_id_index_to_comable_variants.rb

Summary

Maintainability
A
0 mins
Test Coverage
class AddProductIdIndexToComableVariants < ActiveRecord::Migration
  def change
    add_index :comable_variants, :product_id
  end
end