Add an explicit require of rexml/document as ruby doesn't seem to

want to autoload it for some reason.
This commit is contained in:
Tom Hughes 2009-11-04 09:29:35 +00:00
parent 3e8b62dbfe
commit 864a688dd3

View file

@ -1,4 +1,5 @@
require 'lib/migrate'
require 'rexml/document'
class CreateCountries < ActiveRecord::Migration
def self.up