appirits/comable

View on GitHub
core/db/migrate/20150612143445_add_theme_id_to_comable_stores.rb

Summary

Maintainability
A
0 mins
Test Coverage
class AddThemeIdToComableStores < ActiveRecord::Migration
  def change
    change_table :comable_stores do |t|
      t.references :theme
    end
  end
end