Fixed renamed controller name.
This commit is contained in:
parent
dbc4d0ae57
commit
6fd81a8dc5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Copyright (C) 2012-2014 Zammad Foundation, http://zammad-foundation.org/
|
# Copyright (C) 2012-2014 Zammad Foundation, http://zammad-foundation.org/
|
||||||
|
|
||||||
class TranslationsController < ApplicationController
|
class TranslationsController < ApplicationController
|
||||||
before_action :authentication_check, except: [:load]
|
before_action :authentication_check, except: [:lang]
|
||||||
|
|
||||||
# GET /translations/lang/:locale
|
# GET /translations/lang/:locale
|
||||||
def lang
|
def lang
|
||||||
|
|
Loading…
Reference in a new issue