Class: Motor::RunGraphqlRequestsController
- Inherits:
-
ApiBaseController
- Object
- ActionController::API
- ApiBaseController
- Motor::RunGraphqlRequestsController
- Defined in:
- app/controllers/motor/run_graphql_requests_controller.rb
Constant Summary collapse
- JWT_TTL =
2.hours
Instance Method Summary collapse
Methods included from CurrentAbility
Methods included from CurrentUserMethod
Instance Method Details
#create ⇒ Object
9 10 11 |
# File 'app/controllers/motor/run_graphql_requests_controller.rb', line 9 def create respond_with_result end |