Sha256: 3a5502d957d310caae0b21a8adb626bb75e6789be033b0e5dd6ab82f727758c0
Contents?: true
Size: 196 Bytes
Versions: 15
Compression:
Stored size: 196 Bytes
Contents
class CreateSectionTranslations < ActiveRecord::Migration def self.up Section.create_translation_table! :title => :string end def self.down Section.drop_translation_table end end
Version data entries
15 entries across 15 versions & 2 rubygems