summaryrefslogtreecommitdiff
path: root/vendor/plugins/globalize2/test/data
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-02-25 22:37:22 +0100
committerhukl <contact@smyck.org>2009-02-25 22:37:22 +0100
commitf4c73763e5b3d65f3377fb1238a94122a1c272a4 (patch)
tree8f6b276f9432e31ae0fe7bffe010e680081a1e0a /vendor/plugins/globalize2/test/data
parent19b07ff63c626f76ad512b95ddbf16cddd2bf855 (diff)
updated globalize2
Diffstat (limited to 'vendor/plugins/globalize2/test/data')
-rw-r--r--vendor/plugins/globalize2/test/data/post.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/plugins/globalize2/test/data/post.rb b/vendor/plugins/globalize2/test/data/post.rb
index 20a2495..fdfb7c0 100644
--- a/vendor/plugins/globalize2/test/data/post.rb
+++ b/vendor/plugins/globalize2/test/data/post.rb
@@ -6,3 +6,10 @@ end
6class Blog < ActiveRecord::Base 6class Blog < ActiveRecord::Base
7 has_many :posts, :order => 'id ASC' 7 has_many :posts, :order => 'id ASC'
8end 8end
9
10class Parent < ActiveRecord::Base
11 translates :content
12end
13
14class Child < Parent
15end \ No newline at end of file