Skip to content

Instantly share code, notes, and snippets.

@kamal
Forked from akomba/routes.rb
Created August 9, 2010 15:03
Show Gist options
  • Save kamal/515537 to your computer and use it in GitHub Desktop.
Save kamal/515537 to your computer and use it in GitHub Desktop.
resources :channels do
shallow do
resources :posts do
member do
put :disable
put :toggle_stickiness
put :add_channel
end
resources :replies, :only => [:index, :new, :create, :show]
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment