Sha256: 9300e157b97c4f57ffc8eb50ff69a1d04d58f542c355427ae08005915ef7037b
Contents?: true
Size: 238 Bytes
Versions: 12
Compression:
Stored size: 238 Bytes
Contents
class RemovePageTranslationsIfPresent < ActiveRecord::Migration def self.up begin drop_table :page_translations rescue puts "-- page_translations did not exist, all is well." end end def self.down end end
Version data entries
12 entries across 12 versions & 1 rubygems