Method: Thredded::ReadStatesController#update

Defined in:
app/controllers/thredded/read_states_controller.rb

#updateObject



7
8
9
10
11
# File 'app/controllers/thredded/read_states_controller.rb', line 7

def update
  Thredded::MarkAllRead.run(thredded_current_user) if thredded_signed_in?

  redirect_to request.referer
end