From f4c73763e5b3d65f3377fb1238a94122a1c272a4 Mon Sep 17 00:00:00 2001 From: hukl Date: Wed, 25 Feb 2009 22:37:22 +0100 Subject: updated globalize2 --- vendor/plugins/globalize2/test/data/post.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'vendor/plugins/globalize2/test/data') diff --git a/vendor/plugins/globalize2/test/data/post.rb b/vendor/plugins/globalize2/test/data/post.rb index 20a2495d..fdfb7c0e 100644 --- a/vendor/plugins/globalize2/test/data/post.rb +++ b/vendor/plugins/globalize2/test/data/post.rb @@ -6,3 +6,10 @@ end class Blog < ActiveRecord::Base has_many :posts, :order => 'id ASC' end + +class Parent < ActiveRecord::Base + translates :content +end + +class Child < Parent +end \ No newline at end of file -- cgit v1.3