Skip to content

Instantly share code, notes, and snippets.

@pawellenart
Created February 1, 2011 16:54
Show Gist options
  • Save pawellenart/806139 to your computer and use it in GitHub Desktop.
Save pawellenart/806139 to your computer and use it in GitHub Desktop.
class ApplicationController < ActionController::Base
def current_user
User.find(session[:user_id])
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment