Project

General

Profile

Download (234 Bytes) Statistics
| Branch: | Tag: | Revision:
module SSO
class FormIntercept < Apache
def login_url
controller.main_app.login_users_path
end

def logout_url
nil
end

def expiration_url
controller.main_app.login_users_path
end
end
end
(4-4/5)