class Admin::UsersController

def show

def show
  redirect_to edit_admin_user_path(params[:id])
end