class ApplicationController < ActionController::Base protect_from_forgery def current_user 'Test User' end end