Sha256: a22014b45fd755a6d59dd8dd8a910a2107986c8ec218a827911e256afabe46e1
Contents?: true
Size: 197 Bytes
Versions: 6
Compression:
Stored size: 197 Bytes
Contents
class AddPageTranslations < ActiveRecord::Migration def up Wafflemix::Page.create_translation_table! :title => :string end def down Wafflemix::Page.drop_translation_table! end end
Version data entries
6 entries across 6 versions & 1 rubygems