Created
February 14, 2013 15:55
-
-
Save neilmiddleton/4953712 to your computer and use it in GitHub Desktop.
wicked routes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resources :messages, :except => [:index] do | |
collection do | |
get :create_new, controller: 'messages/build', action: :create | |
end | |
resources :build, controller: 'messages/build' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment