Sha256: d44fe6d7e41e289cccb79be8f9a63638ed0941dcdcbceadbf778ed7ca6ce8290
Contents?: true
Size: 206 Bytes
Versions: 5
Compression:
Stored size: 206 Bytes
Contents
class CreateBlockTranslations < ActiveRecord::Migration def self.up Block.create_translation_table!(:title=>:string,:content=>:text) end def self.down Block.drop_translation_table! end end
Version data entries
5 entries across 5 versions & 1 rubygems