Skip to content

Instantly share code, notes, and snippets.

@built
Created December 22, 2011 00:06
Show Gist options
  • Save built/1508303 to your computer and use it in GitHub Desktop.
Save built/1508303 to your computer and use it in GitHub Desktop.
Session
def logged_in?
!! DB.execute("SELECT id FROM sessions WHERE session_key=? LIMIT 1", params[:session_key])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment