Ldap_Login_For_Mdu/app/controllers/ldap_login/application_controller.rb

6 lines
124 B
Ruby
Raw Normal View History

2021-02-21 04:26:15 +00:00
module LdapLogin
class ApplicationController < ActionController::Base
protect_from_forgery with: :exception
end
end