headwayio / voyage

A Rails template with our standard defaults, ready to deploy to Heroku. **See readme in: lib/voyage/README.md**
https://headway.io/voyage
MIT License
0 stars 1 forks source link

Use letter_opener for mail delivery in development #39

Closed noahsettersten closed 6 years ago

noahsettersten commented 6 years ago

We already have the letter_opener gem in our development and test groups, but we weren't actually using it in development by default. This PR switches the configuration for development to take advantage of it.

For issue #16