Sha256: 3f7f015ec435a034e9c99a184fa60014cd3e1d9a17370d3178c8d9825bdb14e7
Contents?: true
Size: 253 Bytes
Versions: 15
Compression:
Stored size: 253 Bytes
Contents
class AddMailInterceptorsToSettings < ActiveRecord::Migration def up Setting.apply_all( mail_interceptors: ['rails@admin.cms', 'used in staging only'], ) end def down Setting.remove_all( :mail_interceptors, ) end end
Version data entries
15 entries across 15 versions & 1 rubygems