config/routes.rb in hatchy-0.0.7.pre vs config/routes.rb in hatchy-0.0.8.pre
- old
+ new
@@ -15,9 +15,11 @@
member do
get 'send_to_analysis'
get 'publish'
end
+ resources :posts, class_name:'Hatchy::ProjectPost',
+ except:[:index, :create], controller:'projects/posts'
resources :contributions, class_name:'Hatchy::Contribution',
except:[:index], controller:'projects/contributions'
end
\ No newline at end of file