Fix `chat_names` before_action

This commit is contained in:
Kamil Trzcinski 2016-11-16 18:02:51 +01:00
parent d2d64393ed
commit 2749e7a582
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]