Skip to content

Instantly share code, notes, and snippets.

@kevin-shu
Last active December 18, 2015 07:39
Show Gist options
  • Save kevin-shu/5748370 to your computer and use it in GitHub Desktop.
Save kevin-shu/5748370 to your computer and use it in GitHub Desktop.
get current_user_id in controller
def current_user_id
session["warden.user.user.key"][1][0]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment