Class: Bastion::BastionController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/bastion/bastion_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



5
6
7
# File 'app/controllers/bastion/bastion_controller.rb', line 5

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

#index_ieObject



9
10
11
# File 'app/controllers/bastion/bastion_controller.rb', line 9

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