From 41d463b3572a628f0c505e0fefff19f1be9e3609 Mon Sep 17 00:00:00 2001 From: elijah Date: Sat, 16 Jan 2016 14:51:42 -0800 Subject: retain locale in URL when logging in and signing up, and ajax actions in general. --- app/controllers/application_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers') diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index a4cbfb5..079dc18 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -104,6 +104,6 @@ class ApplicationController < ActionController::Base # For some requests, we ignore locale determination. # def request_may_have_locale?(request) - request.method == "GET" && request.format == 'text/html' && request.path !~ NON_LOCALE_PATHS + request.path !~ NON_LOCALE_PATHS end end -- cgit v1.2.3