Class: Recoil::NotificationsController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/recoil/notifications_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



3
4
5
6
# File 'app/controllers/recoil/notifications_controller.rb', line 3

def index
  Message.for(params).process!
  head :no_content
end