Is there an elegant way to implement a sort asc and desc actions in the views/controller in rails?
What I have is the common index.html.erb view that lists all of my
here is relation of data that shows you how we access name in acceding order
@results = Result.has_pro.ascending(:name).page(params[:page])