Class: CrusadeRails::Apns::V1::LogController

Inherits:
CrusadeRails::ApplicationController show all
Defined in:
app/controllers/crusade_rails/apns/v1/log_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



5
6
7
8
9
# File 'app/controllers/crusade_rails/apns/v1/log_controller.rb', line 5

def create
  Rails.logger.error JSON.pretty_generate json

  render nothing: true, status: 204
end