Sha256: 235e19b5ceb68f408580fbd7be130335a89414c57e87d07962374e888d6f47af

Contents?: true

Size: 161 Bytes

Versions: 30

Compression:

Stored size: 161 Bytes

Contents

module InsightsCloud
  class TasksController < ::ApplicationController
    def create
      InsightsCloud::Async::InsightsFullSync.perform_now
    end
  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
foreman_rh_cloud-2.0.13 app/controllers/insights_cloud/tasks_controller.rb
foreman_rh_cloud-0.9.12 app/controllers/insights_cloud/tasks_controller.rb
foreman_rh_cloud-1.0.12 app/controllers/insights_cloud/tasks_controller.rb
foreman_rh_cloud-2.0.12 app/controllers/insights_cloud/tasks_controller.rb
foreman_rh_cloud-0.9.11 app/controllers/insights_cloud/tasks_controller.rb
foreman_rh_cloud-1.0.11 app/controllers/insights_cloud/tasks_controller.rb
foreman_rh_cloud-2.0.11 app/controllers/insights_cloud/tasks_controller.rb
foreman_rh_cloud-0.9.10 app/controllers/insights_cloud/tasks_controller.rb
foreman_rh_cloud-1.0.10 app/controllers/insights_cloud/tasks_controller.rb
foreman_rh_cloud-2.0.10 app/controllers/insights_cloud/tasks_controller.rb