initial commit from appmail
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class HelpController < ApplicationController
|
||||
|
||||
include WithinOrganization
|
||||
|
||||
before_action { @server = organization.servers.find_by_permalink!(params[:server_id]) }
|
||||
|
||||
def outgoing
|
||||
@credentials = @server.credentials.group_by(&:type)
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user