Sha256: 87f712011ed9f6b9f6df595da630c65ad37a105a00f26bd03e49709992088034
Contents?: true
Size: 244 Bytes
Versions: 36
Compression:
Stored size: 244 Bytes
Contents
module InsightsCloud class TasksController < ::ApplicationController def create task = ForemanTasks.async_task(InsightsCloud::Async::InsightsFullSync) render json: { task: task, }, status: :ok end end end
Version data entries
36 entries across 36 versions & 1 rubygems