summaryrefslogtreecommitdiff
path: root/app/controllers/look_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/look_controller.rb')
-rw-r--r--app/controllers/look_controller.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/controllers/look_controller.rb b/app/controllers/look_controller.rb
new file mode 100644
index 0000000..e604670
--- /dev/null
+++ b/app/controllers/look_controller.rb
@@ -0,0 +1,5 @@
+class LookController < ApplicationController
+ def look
+ @location = current_char.location
+ end
+end