From 0ad5365bf4f71adb32ea543f74615e86edce7b28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20L=C3=BCtke?= Date: Wed, 10 Oct 2007 19:11:50 +0000 Subject: find_and_(initialize|create)_by methods can now properly initialize protected attributes git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7826 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/computer.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activerecord/test/fixtures') diff --git a/activerecord/test/fixtures/computer.rb b/activerecord/test/fixtures/computer.rb index cc8deb1b2b..f26312f9a6 100644 --- a/activerecord/test/fixtures/computer.rb +++ b/activerecord/test/fixtures/computer.rb @@ -1,3 +1,4 @@ class Computer < ActiveRecord::Base belongs_to :developer, :foreign_key=>'developer' end + -- cgit v1.2.3