From 2c59d78cde32cfd6f6fcda1f9aa78f94b38e5930 Mon Sep 17 00:00:00 2001 From: hukl Date: Tue, 6 Oct 2009 20:54:47 +0200 Subject: updated globalize2 --- vendor/plugins/globalize2/test/data/post.rb | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 vendor/plugins/globalize2/test/data/post.rb (limited to 'vendor/plugins/globalize2/test/data/post.rb') diff --git a/vendor/plugins/globalize2/test/data/post.rb b/vendor/plugins/globalize2/test/data/post.rb deleted file mode 100644 index 6673dc4..0000000 --- a/vendor/plugins/globalize2/test/data/post.rb +++ /dev/null @@ -1,24 +0,0 @@ -class Post < ActiveRecord::Base - translates :subject, :content - validates_presence_of :subject -end - -class Blog < ActiveRecord::Base - has_many :posts, :order => 'id ASC' -end - -class Parent < ActiveRecord::Base - translates :content -end - -class Child < Parent -end - -class Comment < ActiveRecord::Base - validates_presence_of :content - belongs_to :post -end - -class TranslatedComment < Comment - translates :content -end \ No newline at end of file -- cgit v1.3