Skip to content

Instantly share code, notes, and snippets.

@rbin
Created December 20, 2013 15:59
Show Gist options
  • Save rbin/8056799 to your computer and use it in GitHub Desktop.
Save rbin/8056799 to your computer and use it in GitHub Desktop.
Website::Application.routes.draw do
resources :messages, :only => [:index, :show]
post '/message' => 'messages#message'
root 'messages#index'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment