Allow changing the visibitly (public/privat) of messages (fixes #625)

This commit is contained in:
Patrick Gansterer 2019-02-11 13:22:54 +01:00
parent c955a6ee40
commit 226192f7cb
6 changed files with 38 additions and 0 deletions

View file

@ -3,6 +3,7 @@ Rails.application.routes.draw do
resources :messages, :only => [:index, :show, :new, :create] do
member do
get :thread
post :toggle_private
end
end