Forgot these

This commit is contained in:
David Heinemeier Hansson 2008-04-30 15:00:59 -05:00
parent d327496ab7
commit 5cef8bcc54
3 changed files with 8 additions and 0 deletions

3
actionpack/test/fixtures/mascot.rb vendored Normal file
View File

@ -0,0 +1,3 @@
class Mascot < ActiveRecord::Base
belongs_to :company
end

4
actionpack/test/fixtures/mascots.yml vendored Normal file
View File

@ -0,0 +1,4 @@
upload_bird:
id: 1
company_id: 1
name: The Upload Bird

View File

@ -0,0 +1 @@
<%= mascot.name %>