config/routes.rb in the_comments-0.9.0 vs config/routes.rb in the_comments-0.9.9

- old
+ new

@@ -6,19 +6,19 @@ resources :user_agent_black_lists do patch :to_state end resources :comments do - collection do - get :my - get :incoming - get :trash - end - member do post :to_spam post :to_draft post :to_published delete :to_trash + end + + collection do + get :my + get :incoming + get :trash end end end \ No newline at end of file