module Feste::User::InstanceMethods
Public Instance Methods
email_source()
click to toggle source
Return the email address of the subscriber.
@return [String]
# File lib/feste/user.rb, line 18 def email_source send(Feste.options[:email_source]) end