Sha256: f88c87e84cdc98d4359cec5398f7238b64e1877e2de1a17dbea2144d1b9511c0
Contents?: true
Size: 236 Bytes
Versions: 6
Compression:
Stored size: 236 Bytes
Contents
class CreateMetaInfoTranslations < ActiveRecord::Migration def self.up MetaInfo.create_translation_table!(:title=>:string,:description=>:text,:keywords=>:text) end def self.down MetaInfo.drop_translation_table! end end
Version data entries
6 entries across 6 versions & 1 rubygems