Fixed renamed controller name.

This commit is contained in:
Martin Edenhofer 2015-11-18 14:29:13 +01:00
parent dbc4d0ae57
commit 6fd81a8dc5

View file

@ -1,7 +1,7 @@
# Copyright (C) 2012-2014 Zammad Foundation, http://zammad-foundation.org/
class TranslationsController < ApplicationController
before_action :authentication_check, except: [:load]
before_action :authentication_check, except: [:lang]
# GET /translations/lang/:locale
def lang