Skip to content

Commit

Permalink
Make sure ActiveRecord::Base.store_full_sti_class is set on true, mak…
Browse files Browse the repository at this point in the history
…e ActiveSupport happier
  • Loading branch information
Luca Guidi committed Jun 11, 2008
1 parent 1e0baf2 commit 20c8de5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/db_translation_test.rb
Expand Up @@ -2,6 +2,7 @@

class TranslationTest < Test::Unit::TestCase
Globalize::DbTranslate.keep_translations_in_model = false
ActiveRecord::Base.store_full_sti_class = false

self.use_instantiated_fixtures = true
fixtures :globalize_languages, :globalize_translations, :globalize_countries,
Expand Down

0 comments on commit 20c8de5

Please sign in to comment.