ryanb / letter_opener

Preview mail in the browser instead of sending.
MIT License
3.71k stars 236 forks source link

Enhance 'tmp:clear' task to delete 'tmp/letter_opener' files #170

Closed wacko closed 5 years ago

wacko commented 5 years ago

When using Rails, rake tmp:clear will remove files from tmp/cache, tmp/socket, etc. This PR enhances the task by removing files in tmp/letter_opener too.

nashby commented 5 years ago

@wacko thanks!