Module: Feste::User::InstanceMethods
- Defined in:
- lib/feste/user.rb
Instance Method Summary collapse
-
#email_source ⇒ String
Return the email address of the subscriber.
Instance Method Details
#email_source ⇒ String
Return the email address of the subscriber.
18 19 20 |
# File 'lib/feste/user.rb', line 18 def email_source send(Feste.[:email_source]) end |