app/controllers/bastion/bastion_controller.rb in bastion-6.1.2 vs app/controllers/bastion/bastion_controller.rb in bastion-6.1.3
- old
+ new
@@ -1,6 +1,7 @@
module Bastion
class BastionController < ::ApplicationController
+ helper 'bastion/layout'
skip_before_filter :authorize
# prevent Foreman routes from being incorrectly generated (don't use the Bastion url_helpers)
include Rails.application.routes.url_helpers