class LookController < ApplicationController def look @location = current_char.location end end