Skip to content

Commit

Permalink
Update sso.rb
Browse files Browse the repository at this point in the history
There should not be any space between function name parts I guess.
  • Loading branch information
sandric committed May 16, 2014
1 parent 633f64b commit 5f863cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sso/ruby/sso.rb
Expand Up @@ -7,7 +7,7 @@
DISQUS_SECRET_KEY = '<YOUR_SECRET_KEY>'
DISQUS_PUBLIC_KEY = '<YOUR_PUBLIC_KEY>'

def get disqus_sso(user)
def get_disqus_sso(user)
# create a JSON packet of our data attributes
data = {
'id' => user['id'],
Expand All @@ -31,4 +31,4 @@ def get disqus_sso(user)
this.page.api_key = \"#{DISQUS_PUBLIC_KEY}\";
}
</script>"
end
end

0 comments on commit 5f863cc

Please sign in to comment.