How can i use ransack to filter all results
#controller.rb
....... def index @q = Business.ransack(params[:q]) @business = @q.result