Class: Recoil::NotificationsController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Recoil::NotificationsController
- Defined in:
- app/controllers/recoil/notifications_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
3 4 5 6 |
# File 'app/controllers/recoil/notifications_controller.rb', line 3 def index Message.for(params).process! head :no_content end |