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
Given this route: get 'login' => 'site#login' and the appropriate login template in views/site, Rails actually renders the template when going to http://myapp/login, without a login method defined in the site controller. I can't find any info on this, but I assume that this is not intended behavior. Or am I mistaken?