From 60eaae4f7df1f1dae91defb87d3707451c359cf4 Mon Sep 17 00:00:00 2001 From: francis Date: Wed, 23 Jan 2008 01:48:14 +0000 Subject: Freeze in rails 2.0.2 (Am I going to regret having this beast in CVS?) --- vendor/rails-2.0.2/actionpack/test/fixtures/reply.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 vendor/rails-2.0.2/actionpack/test/fixtures/reply.rb (limited to 'vendor/rails-2.0.2/actionpack/test/fixtures/reply.rb') diff --git a/vendor/rails-2.0.2/actionpack/test/fixtures/reply.rb b/vendor/rails-2.0.2/actionpack/test/fixtures/reply.rb new file mode 100644 index 000000000..588713de1 --- /dev/null +++ b/vendor/rails-2.0.2/actionpack/test/fixtures/reply.rb @@ -0,0 +1,6 @@ +class Reply < ActiveRecord::Base + belongs_to :topic, :include => [:replies] + belongs_to :developer + + validates_presence_of :content +end -- cgit v1.2.3