Sha256: 84664c57ba64b26d6564a1b9031a4d60ff4b84e2833abcd9678ccbf53d285b58
Contents?: true
Size: 461 Bytes
Versions: 181
Compression:
Stored size: 461 Bytes
Contents
module Bastion class BastionController < ::ApplicationController helper 'bastion/layout' skip_before_action :authorize # prevent Foreman routes from being incorrectly generated (don't use the Bastion url_helpers) include Rails.application.routes.url_helpers 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
181 entries across 181 versions & 2 rubygems