Serve avatar images without session.

This commit is contained in:
Martin Edenhofer 2015-11-12 10:37:24 +01:00
parent 8838c8e6f6
commit edbbce1f50

View file

@ -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 UsersController < ApplicationController class UsersController < ApplicationController
before_action :authentication_check, except: [:create, :password_reset_send, :password_reset_verify] before_action :authentication_check, except: [:create, :password_reset_send, :password_reset_verify, :image]
# @path [GET] /users # @path [GET] /users
# #