Add ActionMailer to inform admins about new screenshots
This version only informs Christoph as a test
This commit is contained in:
parent
ae597a6235
commit
1f9187e35c
9 changed files with 55 additions and 1 deletions
4
test/fixtures/action_text/rich_texts.yml
vendored
Normal file
4
test/fixtures/action_text/rich_texts.yml
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# one:
|
||||
# record: name_of_fixture (ClassOfFixture)
|
||||
# name: content
|
||||
# body: <p>In a <i>million</i> stars!</p>
|
||||
4
test/mailers/previews/admin_mailer_preview.rb
Normal file
4
test/mailers/previews/admin_mailer_preview.rb
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Preview all emails at http://localhost:3000/rails/mailers/admin_mailer
|
||||
class AdminMailerPreview < ActionMailer::Preview
|
||||
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue