Sha256: 31775c49109a73292e4da3ac6d4d570a5f26ce1200128b13f9220991acf19697
Contents?: true
Size: 225 Bytes
Versions: 12
Compression:
Stored size: 225 Bytes
Contents
class ApplicationController < ActionController::Base rescue_from DeviseLdapAuthenticatable::LdapException do |exception| render :text => exception, :status => 500 end protect_from_forgery layout 'application' end
Version data entries
12 entries across 12 versions & 3 rubygems