Fix `chat_names` before_action

This commit is contained in:
Kamil Trzcinski 2016-11-16 18:02:51 +01:00 committed by Z.J. van de Weg
parent bb988fd214
commit c2e6f5fc24
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
class Profiles::ChatNamesController < Profiles::ApplicationController
before_action :chat_names
before_action :chat_names, only: [:index]
before_action :chat_name_token, only: [:new]
before_action :chat_name_params, only: [:new, :create, :deny]