Skip to content

Instantly share code, notes, and snippets.

@numbcoder
Created August 3, 2010 11:52
Show Gist options
  • Save numbcoder/506231 to your computer and use it in GitHub Desktop.
Save numbcoder/506231 to your computer and use it in GitHub Desktop.
private
def current_user?
if session[:user_id]
return session[:user_id] == @gist.user_id
end
return false
end
def ddd
ed
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment