Commit 75bb38df authored by Eric Davis's avatar Eric Davis

Require WikiContent directly so WikiContentJournal is loaded before it's patched.

Error: uninitialized constant MergeWikiVersionsWithJournals::WikiContentJournal
parent 16947dc0
......@@ -12,6 +12,8 @@
# See doc/COPYRIGHT.rdoc for more details.
#++
require 'wiki_content'
class MergeWikiVersionsWithJournals < ActiveRecord::Migration
# This is provided here for migrating up after the WikiContent::Version class has been removed
class WikiContent < ActiveRecord::Base
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment