Skip to content

Instantly share code, notes, and snippets.

@lshapz
Created October 27, 2016 00:17
Show Gist options
  • Save lshapz/ef56e63e8b3ad337473958a76e4367c0 to your computer and use it in GitHub Desktop.
Save lshapz/ef56e63e8b3ad337473958a76e4367c0 to your computer and use it in GitHub Desktop.
def current_user
@user = User.find(session[:user_id]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment