correct diagnostics method

This commit is contained in:
Sam 2016-04-08 12:11:41 +10:00
parent 19ca08857f
commit eafba0c0c0
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class SingleSignOn
def diagnostics
SingleSignOn::ACCESSORS.map do |a|
"#{a}: #{sso.send(a)}"
"#{a}: #{send(a)}"
end.join("\n")
end