Class: KojacFrontController

Inherits:
ActionController::Base
  • Object
show all
Includes:
Kojac::ControllerOpMethods, KojacFrontMethods
Defined in:
app/controllers/kojac_front_controller.rb

Instance Method Summary collapse

Methods included from Kojac::ControllerOpMethods

add_op, create_on_association, create_op, current_ring, destroy_op, execute_op, included, kojac_setup, read_op, remove_op, results, update_op

Instance Method Details

#receiveObject



12
13
14
15
# File 'app/controllers/kojac_front_controller.rb', line 12

def receive
	jsono,status = process_input(params[:kojac])
	render json: jsono, status: status
end