Skip to content

Instantly share code, notes, and snippets.

@tubbo
Forked from almaron/user.rb
Last active December 19, 2015 20:49
Show Gist options
  • Select an option

  • Save tubbo/6015519 to your computer and use it in GitHub Desktop.

Select an option

Save tubbo/6015519 to your computer and use it in GitHub Desktop.
def get_auth
self.authentications.reduce({}) { |auths,auth| auths[auth.provider] = auth.id }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment