Fix upgrade to Rails 1.2.3.

Fix log-rotation (the previous attempt didn't quite work as advertised).
This commit is contained in:
Jacques Distler 2007-03-21 15:37:29 -05:00
parent 7adac51d6d
commit 9b9d134ad9
5 changed files with 46 additions and 11 deletions

View file

@ -0,0 +1,3 @@
class MixedCaseMonkey < ActiveRecord::Base
set_primary_key 'monkeyID'
end

View file

@ -0,0 +1,6 @@
first:
monkeyID: 1
fleaCount: 42
second:
monkeyID: 2
fleaCount: 43