Class: ViewMailer

Inherits:
ActionMailer::Base
  • Object
show all
Includes:
AbstractController::Callbacks
Defined in:
app/mailers/view_mailer.rb

Direct Known Subclasses

ProjectNotification

Instance Method Summary collapse

Instance Method Details

#current_abilityObject



35
36
37
# File 'app/mailers/view_mailer.rb', line 35

def current_ability
  @current_ability ||= ::Ability.new(User.new) # Treat email recipients as Guests, not Customers
end