Sha256: e498005b0962b5da70fba212dd6b51c0633ae670b7945b3262025954dedde184
Contents?: true
Size: 286 Bytes
Versions: 1
Compression:
Stored size: 286 Bytes
Contents
class <%= migration_class_name %> < ActiveRecord::Migration<%= migration_version %> def change create_table :ahoy_messages do |t| t.references :user, polymorphic: true t.text :to t.string :mailer t.text :subject t.datetime :sent_at end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ahoy_email-1.1.1 | lib/generators/ahoy_email/templates/install.rb.tt |