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