aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/general_controller.rb
diff options
context:
space:
mode:
authorFrancis Irving <francis@mysociety.org>2009-12-04 17:32:56 +0000
committerFrancis Irving <francis@mysociety.org>2009-12-04 17:32:56 +0000
commitb4b0d537a9a6f2b3966b042c52c28289c8e6f46a (patch)
tree0e5c777527e30776288e33c47f3d5f29467648c6 /app/controllers/general_controller.rb
parent8b41b0af86f9c6302b1fb4a92bf26af2e279d1fb (diff)
Path to include xmlsimple seems to need lib/ on now, odd
Diffstat (limited to 'app/controllers/general_controller.rb')
-rw-r--r--app/controllers/general_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/general_controller.rb b/app/controllers/general_controller.rb
index 5c4103616..efab26fad 100644
--- a/app/controllers/general_controller.rb
+++ b/app/controllers/general_controller.rb
@@ -7,7 +7,7 @@
#
# $Id: general_controller.rb,v 1.57 2009-10-03 10:23:43 francis Exp $
-require 'xmlsimple'
+require 'lib/xmlsimple'
require 'open-uri'
class GeneralController < ApplicationController