Sha256: 84664c57ba64b26d6564a1b9031a4d60ff4b84e2833abcd9678ccbf53d285b58

Contents?: true

Size: 461 Bytes

Versions: 181

Compression:

Stored size: 461 Bytes

Contents

module Bastion
  class BastionController < ::ApplicationController
    helper 'bastion/layout'
    skip_before_action :authorize

    # prevent Foreman routes from being incorrectly generated (don't use the Bastion url_helpers)
    include Rails.application.routes.url_helpers

    def index
      render 'bastion/layouts/application', :layout => false
    end

    def index_ie
      render 'bastion/layouts/application_ie', :layout => false
    end
  end
end

Version data entries

181 entries across 181 versions & 2 rubygems

Version Path
katello-4.15.0.rc2 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.15.0.rc1 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.14.1 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.14.0 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.14.0.rc3 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.14.0.rc2 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.14.0.rc1.1 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.14.0.rc1 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.13.1 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.13.0 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.12.1 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.13.0.rc1 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.12.0 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.12.0.rc3 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.12.0.rc2 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.12.0.rc1 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.11.1 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.11.0 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.11.0.rc2 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.11.0.rc1 engines/bastion/app/controllers/bastion/bastion_controller.rb