fix locale param name

This commit is contained in:
Sven Fuchs 2012-09-27 22:54:17 +02:00
parent 8924ebffff
commit fda18942dc

View File

@ -36,7 +36,7 @@ class Travis::Api::App
private
def locale
params[:profile][:locale]
params[:user][:locale]
end
end
end