Sha256: e6d26143500a2d722254c28fae25f5946a459d9af0bb2d1471b701498eb06595
Contents?: true
Size: 324 Bytes
Versions: 7
Compression:
Stored size: 324 Bytes
Contents
class CreateGlobalizeCollectionProduct < ActiveRecord::Migration def up Collection.create_translation_table! name: :string, description: :text Product.create_translation_table! name: :string, description: :text end def down Collection.drop_translation_table! Product.drop_translation_table! end end
Version data entries
7 entries across 7 versions & 1 rubygems