This commit is contained in:
Raphael 2010-07-08 10:28:23 -07:00
parent 4819ce694b
commit 97b1e8dd5d

View file

@ -5,7 +5,4 @@ class UsersController < ApplicationController
@users = User.sort(:created_at.desc).all
end
def show
@user = User.find(params[:id])
end
end