Class: Bastion::BastionController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Bastion::BastionController
- Defined in:
- app/controllers/bastion/bastion_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
9 10 11 |
# File 'app/controllers/bastion/bastion_controller.rb', line 9 def index render 'bastion/layouts/application', :layout => false end |
#index_ie ⇒ Object
13 14 15 |
# File 'app/controllers/bastion/bastion_controller.rb', line 13 def index_ie render 'bastion/layouts/application_ie', :layout => false end |