Class: Notifier
- Inherits:
-
ActionMailer::Base
- Object
- ActionMailer::Base
- Notifier
- Defined in:
- app/models/notifier.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) fail_notification(build)
8 9 10 |
# File 'app/models/notifier.rb', line 8 def fail_notification(build) deliver build, "failed" end |
- (Object) fix_notification(build)
12 13 14 |
# File 'app/models/notifier.rb', line 12 def fix_notification(build) deliver build, "fixed" end |