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:
parent
3e8b62dbfe
commit
864a688dd3
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
require 'lib/migrate'
|
||||
require 'rexml/document'
|
||||
|
||||
class CreateCountries < ActiveRecord::Migration
|
||||
def self.up
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue