Class: Motor::RunApiRequestsController

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

Constant Summary collapse

JWT_TTL =
2.hours

Instance Method Summary collapse

Methods included from CurrentAbility

#current_ability

Methods included from CurrentUserMethod

#current_user

Instance Method Details

#createObject



13
14
15
# File 'app/controllers/motor/run_api_requests_controller.rb', line 13

def create
  respond_with_result
end

#showObject



9
10
11
# File 'app/controllers/motor/run_api_requests_controller.rb', line 9

def show
  respond_with_result
end