Class: KojacMetalController

Inherits:
ActionController::Metal
  • Object
show all
Includes:
KojacFrontMethods
Defined in:
app/controllers/kojac_metal_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



15
16
17
18
19
20
# File 'app/controllers/kojac_metal_controller.rb', line 15

def index
 input = JSON.parse(request.body.read)
 jsono,status = process_input(input['kojac'])
  self.response_body = jsono.to_json
 self.status = status
end