Skip to content

Instantly share code, notes, and snippets.

@domagude
Last active November 15, 2017 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domagude/1ed7b43104acfdaa53a687fced290512 to your computer and use it in GitHub Desktop.
Save domagude/1ed7b43104acfdaa53a687fced290512 to your computer and use it in GitHub Desktop.
...
namespace :private do
resources :conversations, only: [:create] do
member do
post :close
end
end
resources :messages, only: [:index, :create]
end
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment