Skip to content
Snippets Groups Projects
Commit 2749e7a5 authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Fix `chat_names` before_action

parent d2d64393
No related branches found
No related tags found
No related merge requests found
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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment