public
Fork of ozataman/globalize
Description: Globalize is a Ruby on Rails plugin designed to support multilingual applications (official repository).
Homepage: http://www.globalize-rails.org
Clone URL: git://github.com/rotuka/globalize.git
Search Repo:
made test pass for keep_translations_in_model test
tokumine (author)
Thu Jun 19 09:54:53 -0700 2008
commit  bf89ce477c2b326f7c44e22e5778128c9036f886
tree    2d329737baa5601ea8530967e232b7d511569b65
parent  ee308406fce7f97681ec2e5813884dfa476a6c1b
...
2
3
4
 
5
6
7
...
2
3
4
5
6
7
8
0
@@ -2,6 +2,7 @@ require File.dirname(__FILE__) + '/test_helper'
0
 
0
 class LocalizesTranslatesTest < Test::Unit::TestCase
0
   Globalize::DbTranslate.keep_translations_in_model = true
0
+ ActiveRecord::Base.store_full_sti_class = false
0
 
0
   self.use_instantiated_fixtures = true
0
   fixtures :globalize_languages, :globalize_translations, :globalize_countries,

Comments

    No one has commented yet.