Class: Admin::NotifierController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/admin/notifier_controller.rb

Instance Method Summary collapse

Instance Method Details

#test_sendingObject



3
4
5
# File 'app/controllers/admin/notifier_controller.rb', line 3

def test_sending
  raise('Test notifier.')
end