Commit 78cd61b7 by Đường Sỹ Hoàng

Fixed identation

parent f712e8de
class UsersController < ApplicationController class UsersController < ApplicationController
def show def show
@user = User.find(params[:id]) @user = User.find_by(params[:id])
end end
def new def new
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment