From 4402a84c32bb3e8959421dcd9f7a25761e8d3c0c Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Sat, 26 Jun 2010 15:21:23 -0700 Subject: [PATCH] fixed the webhook bug, now going to deploy and test --- app/controllers/dashboard_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/dashboard_controller.rb b/app/controllers/dashboard_controller.rb index 0dae8e54e..183d0db99 100644 --- a/app/controllers/dashboard_controller.rb +++ b/app/controllers/dashboard_controller.rb @@ -11,7 +11,7 @@ class DashboardController < ApplicationController def receive xml = CGI::unescape(params[:xml]) puts xml - store_posts_from_xml xml + store_objects_from_xml xml render :nothing => true end