From ada11d6313bd1f74c6a229caca36ca063b38da4e Mon Sep 17 00:00:00 2001 From: Nicholas Seckar Date: Mon, 27 Feb 2006 20:29:28 +0000 Subject: Add set_fixture_class to allow the use of table name accessors with models which use set_default_name. Closes #3935 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3690 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/funny_jokes.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 activerecord/test/fixtures/funny_jokes.yml (limited to 'activerecord/test/fixtures/funny_jokes.yml') diff --git a/activerecord/test/fixtures/funny_jokes.yml b/activerecord/test/fixtures/funny_jokes.yml new file mode 100644 index 0000000000..834481bc60 --- /dev/null +++ b/activerecord/test/fixtures/funny_jokes.yml @@ -0,0 +1,14 @@ +a_joke: + id: 1 + name: Knock knock + +another_joke: + id: 2 + name: The Aristocrats +a_joke: + id: 1 + name: Knock knock + +another_joke: + id: 2 + name: The Aristocrats \ No newline at end of file -- cgit v1.2.3