comments_controller_test.rb revision 38dab3b63e2730b443590a53de93e085659efe25
911N/A should route(:get, "/ontologies/ontology_id/comments").to(:controller=> :comments, :action => :index, :ontology_id => 'ontology_id')
851N/A should route(:post, "/ontologies/ontology_id/comments").to(:controller=> :comments, :action => :create, :ontology_id => 'ontology_id')
setup do
setup do
setup do