Sha256: c8b1cfa5be48c1ff4071ee56f57d85c462a4d7be2c90c3a5a09cdf921ce250d1
Contents?: true
Size: 201 Bytes
Versions: 3
Compression:
Stored size: 201 Bytes
Contents
class CreatePageTranslations < ActiveRecord::Migration def self.up Page.create_translation_table!(:title=>:string,:url=>:string) end def self.down Page.drop_translation_table! end end
Version data entries
3 entries across 3 versions & 1 rubygems