From: Shaun McDonald Date: Mon, 27 Oct 2008 18:45:28 +0000 (+0000) Subject: Prepare for Rails 2.1+, as we will no longer be able to use a symbol in the set_fixtu... X-Git-Tag: live~8640^2~240 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/e18c33f733007e898786ee63c7f40a854b4772c6?hp=e18c33f733007e898786ee63c7f40a854b4772c6 Prepare for Rails 2.1+, as we will no longer be able to use a symbol in the set_fixture_class method, instead we must use a Class. This change doesn't affect Rails 2.0.2, as currently used. All tests still work. :-) ---