Sha256: 5f79354f69c65ce0b993a44a2ab3c9bd8c738358d0606c0a77a1177c02e54c52
Contents?: true
Size: 332 Bytes
Versions: 5
Compression:
Stored size: 332 Bytes
Contents
class DropTranslationTableForPeople < ActiveRecord::Migration[4.2] def change reversible do |dir| dir.up do Ecm::Staff::Person.drop_translation_table! end dir.down do Ecm::Staff::Person.create_translation_table! prefix: :string, description: :text, slug: :string end end end end
Version data entries
5 entries across 5 versions & 1 rubygems