Commit dd0f954b by Mai Hoang Thai Ha

add something

parent 6c571aa7
class UsersController < ApplicationController class UsersController < ApplicationController
before_action :logged_in_user before_action :logged_in_user
def show def show
@user = User.find(params[:id]) @user = User.find(params[:id])
end end
......
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