Guest User

Untitled

a guest
Jul 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. class ApplicationController < ActionController::Base
  2. def current_user
  3. User.find(session[:user_id])
  4. end
  5. end
Add Comment
Please, Sign In to add comment