sso_login_box_for_ccu/lib/sso_login_box.rb

11 lines
223 B
Ruby

require "sso_login_box/engine"
module SsoLoginBox
# def self.controller_name #if defined, call controller's logout method
# "SsoLoginBoxController"
# end
def self.logout_url
"https://cas.ccu.edu.tw/logout"
end
end