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-4.0.0 app/controllers/bastion/bastion_controller.rb
bastion-3.4.4 app/controllers/bastion/bastion_controller.rb
bastion-3.4.3 app/controllers/bastion/bastion_controller.rb
bastion-3.4.2 app/controllers/bastion/bastion_controller.rb
bastion-3.4.1 app/controllers/bastion/bastion_controller.rb
bastion-3.4.0 app/controllers/bastion/bastion_controller.rb
bastion-3.3.6 app/controllers/bastion/bastion_controller.rb
bastion-3.3.5 app/controllers/bastion/bastion_controller.rb
bastion-3.3.4 app/controllers/bastion/bastion_controller.rb
bastion-3.3.3 app/controllers/bastion/bastion_controller.rb
bastion-3.3.2 app/controllers/bastion/bastion_controller.rb
bastion-3.3.1 app/controllers/bastion/bastion_controller.rb
bastion-3.3.0 app/controllers/bastion/bastion_controller.rb
bastion-3.2.2 app/controllers/bastion/bastion_controller.rb
bastion-3.2.1 app/controllers/bastion/bastion_controller.rb
bastion-3.2.0 app/controllers/bastion/bastion_controller.rb
bastion-3.1.0 app/controllers/bastion/bastion_controller.rb
bastion-3.0.1 app/controllers/bastion/bastion_controller.rb
bastion-3.0.0 app/controllers/bastion/bastion_controller.rb
bastion-2.1.0 app/controllers/bastion/bastion_controller.rb