oops
This commit is contained in:
parent
4819ce694b
commit
97b1e8dd5d
1 changed files with 0 additions and 3 deletions
|
|
@ -5,7 +5,4 @@ class UsersController < ApplicationController
|
||||||
@users = User.sort(:created_at.desc).all
|
@users = User.sort(:created_at.desc).all
|
||||||
end
|
end
|
||||||
|
|
||||||
def show
|
|
||||||
@user = User.find(params[:id])
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue