I want to display the records returned by following line in html,
@var = User.where("first_name like ?", "%"+params[:searchTextField]+"%")
How do i display these in html?
I want to display the records returned by following line in html,
@var = User.where("first_name like ?", "%"+params[:searchTextField]+"%")
How do i display these in html?
Copyright © 2021 Jogjafile Inc.
Like this