fixed the webhook bug, now going to deploy and test

This commit is contained in:
Maxwell Salzberg 2010-06-26 15:21:23 -07:00
parent 2bbfcb0bb1
commit 4402a84c32

View file

@ -11,7 +11,7 @@ class DashboardController < ApplicationController
def receive def receive
xml = CGI::unescape(params[:xml]) xml = CGI::unescape(params[:xml])
puts xml puts xml
store_posts_from_xml xml store_objects_from_xml xml
render :nothing => true render :nothing => true
end end