Sha256: cdd76c57547c79dcfcba63d6011fd1f92d6cf064ae861bee239b7ee7393f2156

Contents?: true

Size: 431 Bytes

Versions: 3

Compression:

Stored size: 431 Bytes

Contents

class Kaui::QueuesController < Kaui::EngineController

  def index
    @account_id = params[:account_id]
    @now = Kaui::Admin.get_clock(nil, options_for_klient)['currentUtcTime'].to_datetime

    min_date = params[:min_date]
    with_history = params[:with_history] || false
    @queues_entries = Kaui::Admin.get_queues_entries(@account_id, options_for_klient.merge(:withHistory => with_history, :minDate => min_date))
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kaui-0.15.3 app/controllers/kaui/queues_controller.rb
kaui-0.15.2 app/controllers/kaui/queues_controller.rb
kaui-0.15.1 app/controllers/kaui/queues_controller.rb