Sha256: 729cc7c4de301e7423b40a05402e63ddfc25d172bfa35e2d28b32e1fa508c9a3
Contents?: true
Size: 262 Bytes
Versions: 10
Compression:
Stored size: 262 Bytes
Contents
# -*- encoding : utf-8 -*- class CreateLoyalCoreSkinDishes < ActiveRecord::Migration def change create_table :loyal_core_skin_dishes do |t| t.references :target, :polymorphic => true t.integer :recipe_id t.timestamps end end end
Version data entries
10 entries across 10 versions & 1 rubygems