module Authentication

def check_current_user

def check_current_user
  if current_user
    Current.user = current_user
  end
end