Sin Descripción http://j1x-huginn.herokuapp.com
# Load the rails applicationrequire File.expand_path('../application', __FILE__)# Remove the XML parser from the list that will be used to initialize the application's XML parser list.ActionDispatch::ParamsParser::DEFAULT_PARSERS.delete(Mime::XML)# Initialize the rails applicationHuginn::Application.initialize!