Class: Bastion::BastionController

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

Instance Method Summary collapse

Instance Method Details

#indexObject



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

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

#index_ieObject



13
14
15
# File 'app/controllers/bastion/bastion_controller.rb', line 13

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