You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have a controller with the action location and inside that action I will do a redirect_to another url. Then I will get an infinite redirection loop.
routes.rb
resources:fruitsnamespace:selectdoget:locationend
fruits_controller.rb
classFruitsController < ApplicationControllerdefnew# Do stuffendend