Commit 2bb42e90 authored by Eric Davis's avatar Eric Davis

[#493] Force loading the classes of activity provider

This will cause the class to run acts_as_journal which will create the
Journal sub-classes and prevent uninitialized constants since the sub-classes
are created on the fly.
parent 6017e271
Redmine::Activity.providers.values.flatten.uniq.collect(&:underscore).each {|klass| require_dependency klass }
class UpdateJournalsForActsAsJournalized < ActiveRecord::Migration class UpdateJournalsForActsAsJournalized < ActiveRecord::Migration
def self.up def self.up
# This is provided here for migrating up after the JournalDetails has been removed # This is provided here for migrating up after the JournalDetails has been removed
......
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