Commit c78463a2 authored by blackst0ne's avatar blackst0ne

Remove redundant callbacks

parent 6e57ec58
class UnsubscribesController < ApplicationController class UnsubscribesController < ApplicationController
skip_before_action :authenticate_user!, skip_before_action :authenticate_user!
:reject_blocked, :set_current_user_for_observers,
:add_abilities, raise: false
def show def show
@user = get_user @user = get_user
......
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