Class: Nuntius::FeedbackController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Nuntius::FeedbackController
- Defined in:
- app/controllers/nuntius/feedback_controller.rb
Instance Method Summary collapse
Instance Method Details
#awssns ⇒ Object
11 12 13 14 |
# File 'app/controllers/nuntius/feedback_controller.rb', line 11 def awssns Nuntius::AwsSnsProcessorService.perform(notification: ::JSON.parse(request.body.read)) head :ok end |