1 2 3 4 5
class LookController < ApplicationController def look @location = current_char.location end end