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.7.1 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.6.2.1 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.6.2 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.7.0 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.6.1 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.7.0.rc2 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.7.0.rc1 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.4.2.2 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.4.2.1 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.4.2 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.5.1 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.6.0 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.6.0.rc2 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.6.0.rc1 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.5.0 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.5.0.rc2 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.4.1 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.5.0.rc1 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.4.0.2 engines/bastion/app/controllers/bastion/bastion_controller.rb
katello-4.4.0.1 engines/bastion/app/controllers/bastion/bastion_controller.rb