module Devise

def self.mailer

Get the mailer class from the mailer reference object.
def self.mailer
  @@mailer_ref.get
end