module SsoClyent module PathHelpers def login_path "#{SsoClyent.path}/auth/sso" end def logout_path "#{SsoClyent.path}/logout" end def signup_path SsoClyent.signup_url end def edit_account_path SsoClyent.edit_account_url end end end