Commit 2749e7a5 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix `chat_names` before_action

parent d2d64393
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]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment