summaryrefslogtreecommitdiff
path: root/app/controllers/look_controller.rb
blob: e604670689ceec69e13b6cb485b17863e5e30d15 (plain)
1
2
3
4
5
class LookController < ApplicationController
  def look
    @location = current_char.location
  end
end