Class: Motor::RunQueriesController

Inherits:
ApiBaseController show all
Defined in:
app/controllers/motor/run_queries_controller.rb

Instance Method Summary collapse

Methods included from CurrentAbility

#current_ability

Methods included from CurrentUserMethod

#current_user

Instance Method Details

#createObject



16
17
18
# File 'app/controllers/motor/run_queries_controller.rb', line 16

def create
  render_result
end

#showObject



12
13
14
# File 'app/controllers/motor/run_queries_controller.rb', line 12

def show
  render_result
end