summaryrefslogtreecommitdiff
path: root/vendor/plugins/globalize2/test/data/post.rb
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/plugins/globalize2/test/data/post.rb')
-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 20a2495d..fdfb7c0e 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