fixed the webhook bug, now going to deploy and test
This commit is contained in:
parent
2bbfcb0bb1
commit
4402a84c32
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue