Ldap_Login_For_Mdu/app/controllers/ldap_login/application_controller.rb

6 lines
124 B
Ruby

module LdapLogin
class ApplicationController < ActionController::Base
protect_from_forgery with: :exception
end
end