Sha256: 5ec3f78f1054d1c1f9bd33c2541fe2ba55b231b7c1e4131b4abb2d81bee41835
Contents?: true
Size: 285 Bytes
Versions: 46
Compression:
Stored size: 285 Bytes
Contents
module Bastion class BastionController < ::ApplicationController skip_before_filter :authorize 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
46 entries across 46 versions & 1 rubygems