Skip to content

Instantly share code, notes, and snippets.

@1dolinski
Created December 3, 2014 05:16
Show Gist options
  • Save 1dolinski/276ab4994657d33c3698 to your computer and use it in GitHub Desktop.
Save 1dolinski/276ab4994657d33c3698 to your computer and use it in GitHub Desktop.
easier way to have first line?
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