[#397] Remove FIXME, there is only one activity per Model

This commit is contained in:
Eric Davis 2011-06-17 14:48:13 -07:00
parent c034d5e548
commit 9de3fcbc3f
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ class UpdateJournalsForActsAsJournalized < ActiveRecord::Migration
j = j.becomes(klass_name.constantize)
j.type = klass_name
j.version = idx + 2 # initial journal should be 1
# FIXME: Find some way to choose the right activity here
j.activity_type = j.journalized_type.constantize.activity_provider_options.keys.first
j.save(false)
end