Sha256: aee8325c69dbeff09664ee9e997344507d864ba80ecbcca461fc2f02c7e6ae3a
Contents?: true
Size: 200 Bytes
Versions: 8
Compression:
Stored size: 200 Bytes
Contents
class AddC80ContestMailFromToSettings < ActiveRecord::Migration def change add_column :c80_contest_settings, :mail_from, :string add_column :c80_contest_settings, :mail_to, :string end end
Version data entries
8 entries across 8 versions & 1 rubygems