config/routes.rb in ack-mongoid-forums-1.0.5 vs config/routes.rb in ack-mongoid-forums-1.0.6

- old
+ new

@@ -48,10 +48,12 @@ get 'new' post 'create' end resources :topics, :path => "/topics" do - resources :posts + resources :posts do + post :recovery + end member do get :subscribe get :unsubscribe end end