Sha256: a885588673b30b208aeca682e09c6917fddaac99ebfbc5368c1bc325d9311590
Contents?: true
Size: 351 Bytes
Versions: 10
Compression:
Stored size: 351 Bytes
Contents
class <%= migration_class_name %> < ActiveRecord::Migration def self.up create_table :email_templates do |t| t.timestamps t.string :from_email t.string :from_name t.string :bcc t.string :reply_to t.string :body t.string :template_type end end def down drop_table :email_templates end end
Version data entries
10 entries across 10 versions & 1 rubygems