Sha256: a6e10bf9cb4ed09ac76ac3ef8c0c5ba3c32e0216c59a1079613748a16be10a7c
Contents?: true
Size: 228 Bytes
Versions: 9
Compression:
Stored size: 228 Bytes
Contents
class AddFooterBannerToLibraryGroup < ActiveRecord::Migration[4.2] def up LibraryGroup.add_translation_fields! footer_banner: :text end def down remove_column :library_group_translations, :footer_banner end end
Version data entries
9 entries across 9 versions & 3 rubygems