diff options
| author | hukl <contact@smyck.org> | 2009-02-25 22:37:22 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-02-25 22:37:22 +0100 |
| commit | f4c73763e5b3d65f3377fb1238a94122a1c272a4 (patch) | |
| tree | 8f6b276f9432e31ae0fe7bffe010e680081a1e0a /vendor/plugins/globalize2/test/data | |
| parent | 19b07ff63c626f76ad512b95ddbf16cddd2bf855 (diff) | |
updated globalize2
Diffstat (limited to 'vendor/plugins/globalize2/test/data')
| -rw-r--r-- | vendor/plugins/globalize2/test/data/post.rb | 7 |
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 | |||
| 6 | class Blog < ActiveRecord::Base | 6 | class Blog < ActiveRecord::Base |
| 7 | has_many :posts, :order => 'id ASC' | 7 | has_many :posts, :order => 'id ASC' |
| 8 | end | 8 | end |
| 9 | |||
| 10 | class Parent < ActiveRecord::Base | ||
| 11 | translates :content | ||
| 12 | end | ||
| 13 | |||
| 14 | class Child < Parent | ||
| 15 | end \ No newline at end of file | ||
