Fix chat_names
before_action
This commit is contained in:
parent
d2d64393ed
commit
2749e7a582
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue