is there a global way I can write a before_filter for my user mailer, that checks to see if the user has emails disabled? Right now every mailer I have checks the user\'s se
Maybe check out https://github.com/kelyar/mailer_callbacks. It looks like it will do what you want.