How to Disable Premailer

If you want to disable Premailer in a Rails console use this hack: ```ruby class Premailer module Rails class Hook def perform end end end end ``` For other, non-permanent options see: