Class: Admin::NotifierController
- Inherits:
-
BaseController
- Object
- BaseController
- Admin::NotifierController
- Defined in:
- app/controllers/admin/notifier_controller.rb
Instance Method Summary collapse
Instance Method Details
#test_sending ⇒ Object
3 4 5 |
# File 'app/controllers/admin/notifier_controller.rb', line 3 def test_sending raise('Test notifier.') end |