mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +02:00
Added feature test for mailer #2369
This commit is contained in:
parent
032cff3cf3
commit
d11aee7e95
5 changed files with 52 additions and 14 deletions
|
@ -8,7 +8,7 @@ class CreateEmailTemplates < ActiveRecord::Migration
|
|||
t.string :cc
|
||||
t.text :body, null: false
|
||||
t.text :text_body, null: false
|
||||
t.timestamps
|
||||
t.timestamps null: false
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue