Commit c2e6f5fc authored by Kamil Trzcinski's avatar Kamil Trzcinski Committed by Z.J. van de Weg

Fix `chat_names` before_action

parent bb988fd2
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