Created
December 3, 2014 05:16
-
-
Save 1dolinski/276ab4994657d33c3698 to your computer and use it in GitHub Desktop.
easier way to have first line?
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 :posts, only: [] do | |
member do | |
post "one" | |
delete "two" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment