createsend-rails 0.3.6 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/createsend-rails/smart_email_formatter.rb +1 -1
- data/lib/createsend-rails/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0742b57d7f6f0e6d955fbcfd3d18211dde6d7b8e475b0a621131afea61d182bd
|
|
4
|
+
data.tar.gz: 1191de843ecab00ded84e2acf137df5b2b3cf47618b2d232485c2054d6f85935
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f2cac7d5029608c66affc4db3b667e7122bcfb2df3aa53a8aa10d6e8c2f54eb415707b7c62ed01f3a06924a13c78383fa09ef7a869947f768bb0f68d3d947f36
|
|
7
|
+
data.tar.gz: e2b283a15be906085b3b2c8ed85adcc99927196af90128deb8e0f0afb71e60e3e1d1dff448746e3aa2c78e196ce40a5788f4b133a2dbc5b75e52420bf5c0921c
|
data/README.md
CHANGED
|
@@ -22,7 +22,7 @@ config.action_mailer.create_send_settings = {
|
|
|
22
22
|
api_key: 'INSERT_API_KEY'
|
|
23
23
|
}
|
|
24
24
|
```
|
|
25
|
-
Now go into your `views/*_mailer/` and add a `.json` view, which defines the data attributes required by your Smart Email template. Below is an example of a password reset email.
|
|
25
|
+
Now go into your `views/*_mailer/` and add a `.json.erb` view, which defines the data attributes required by your Smart Email template. Below is an example of a password reset email. (Don't forget to declare the appropriate instance variables in your mailer)
|
|
26
26
|
|
|
27
27
|
```json
|
|
28
28
|
{
|