Class: HelpCenter::NotificationsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/help_center/notifications_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#is_moderator?, #is_moderator_or_owner?, #page_number, #require_mod_or_author_for_post!, #require_mod_or_author_for_thread!

Instance Method Details

#createObject



5
6
7
8
# File 'app/controllers/help_center/notifications_controller.rb', line 5

def create
  @support_thread.toggle_subscription(current_user)
  redirect_to help_center.support_thread_path(@support_thread)
end

#showObject



10
11
12
# File 'app/controllers/help_center/notifications_controller.rb', line 10

def show
  redirect_to help_center.support_thread_path(@support_thread)
end