Module: CoreSsoServersHelper

Defined in:
app/helpers/core_sso_servers_helper.rb

Overview

Helper methods for SSO Servers

Instance Method Summary collapse

Instance Method Details

#edit_sso_server_path(server) ⇒ Object

This method is abstract.

Send the user to the correct SSO Server edit path



8
9
10
# File 'app/helpers/core_sso_servers_helper.rb', line 8

def edit_sso_server_path(server)
  send "edit_#{server.class_name_underscored}_path", server
end