Sha256: 5ec3f78f1054d1c1f9bd33c2541fe2ba55b231b7c1e4131b4abb2d81bee41835

Contents?: true

Size: 285 Bytes

Versions: 46

Compression:

Stored size: 285 Bytes

Contents

module Bastion
  class BastionController < ::ApplicationController
    skip_before_filter :authorize

    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

46 entries across 46 versions & 1 rubygems

Version Path
bastion-5.1.1 app/controllers/bastion/bastion_controller.rb
bastion-6.0.0 app/controllers/bastion/bastion_controller.rb
bastion-5.1.0 app/controllers/bastion/bastion_controller.rb
bastion-5.0.10 app/controllers/bastion/bastion_controller.rb
bastion-5.0.9 app/controllers/bastion/bastion_controller.rb
bastion-5.0.8 app/controllers/bastion/bastion_controller.rb
bastion-5.0.7 app/controllers/bastion/bastion_controller.rb
bastion-5.0.6 app/controllers/bastion/bastion_controller.rb
bastion-5.0.5 app/controllers/bastion/bastion_controller.rb
bastion-5.0.4 app/controllers/bastion/bastion_controller.rb
bastion-5.0.3 app/controllers/bastion/bastion_controller.rb
bastion-5.0.2 app/controllers/bastion/bastion_controller.rb
bastion-5.0.1 app/controllers/bastion/bastion_controller.rb
bastion-5.0.0 app/controllers/bastion/bastion_controller.rb
bastion-4.3.1 app/controllers/bastion/bastion_controller.rb
bastion-4.3.0 app/controllers/bastion/bastion_controller.rb
bastion-4.2.2 app/controllers/bastion/bastion_controller.rb
bastion-4.2.1 app/controllers/bastion/bastion_controller.rb
bastion-4.2.0 app/controllers/bastion/bastion_controller.rb
bastion-4.1.0 app/controllers/bastion/bastion_controller.rb