Skip to content

Commit 7a16bd1

Browse files
committed
Added Rails section and mention class collision
1 parent d7b6dda commit 7a16bd1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

TROUBLESHOOTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ If you can't find a solution below, please open an [issue](https://github.com/se
1212
* [Versions](#versions)
1313
* [Environment Variables and Your SendGrid API Key](#environment)
1414
* [Using the Package Manager](#package-manager)
15+
* [Rails Specifics](#rails-specifics)
1516

1617
<a name="migrating"></a>
1718
## Migrating from v2 to v3
@@ -109,3 +110,8 @@ Or install it yourself using:
109110
```bash
110111
gem install sendgrid-ruby -v X.X.X
111112
```
113+
114+
<a name="rails-specifics"></a>
115+
## Rails Specifics
116+
117+
- Namespace collision between Rails own `Mail` class and sendgrid class `Mail`. To avoid that issues please use `SendGrid::Mail` instead.

0 commit comments

Comments
 (0)