summaryrefslogtreecommitdiff
path: root/app/controllers/users_controller.rb
diff options
context:
space:
mode:
authorTomer Kimia <tkimia@purdue.edu>2014-03-02 16:37:22 -0500
committerTomer Kimia <tkimia@purdue.edu>2014-03-02 16:37:22 -0500
commit8f0fcea67d457ec232edfc30d8a4de7355a0c530 (patch)
tree5db221a82ea315d202018c2b37c851ab2965bd20 /app/controllers/users_controller.rb
parentef3f0fa6ea34f3c9fbbc67ac14abed983838d281 (diff)
parent7d84062ebe272855c0e6ebbfd991ab277fdc079f (diff)
app html still here
Diffstat (limited to 'app/controllers/users_controller.rb')
-rw-r--r--app/controllers/users_controller.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb
index ebcc3ac..f4e1499 100644
--- a/app/controllers/users_controller.rb
+++ b/app/controllers/users_controller.rb
@@ -3,4 +3,7 @@ class UsersController < ApplicationController
def new
end
+ def show
+ @user = User.find(param[:id])
+ end
end