Allow changing the visibitly (public/privat) of messages (fixes #625)
This commit is contained in:
parent
c955a6ee40
commit
226192f7cb
6 changed files with 38 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue