Lookup the user before setting the locale. Fixes #2068.
This commit is contained in:
parent
a76cb326ba
commit
a5ab006122
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ class GeocoderController < ApplicationController
|
|||
require 'net/http'
|
||||
require 'rexml/document'
|
||||
|
||||
before_filter :authorize_web
|
||||
before_filter :set_locale
|
||||
|
||||
def search
|
||||
|
|
Loading…
Add table
Reference in a new issue