From 3cdcb5ca02a94b2b342c30903a27d47d35d46e55 Mon Sep 17 00:00:00 2001 From: hukl Date: Tue, 17 Feb 2009 12:47:49 +0100 Subject: added will_paginate plugin --- vendor/plugins/will_paginate/test/fixtures/projects.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 vendor/plugins/will_paginate/test/fixtures/projects.yml (limited to 'vendor/plugins/will_paginate/test/fixtures/projects.yml') diff --git a/vendor/plugins/will_paginate/test/fixtures/projects.yml b/vendor/plugins/will_paginate/test/fixtures/projects.yml new file mode 100644 index 00000000..74f3c32f --- /dev/null +++ b/vendor/plugins/will_paginate/test/fixtures/projects.yml @@ -0,0 +1,6 @@ +active_record: + id: 1 + name: Active Record +action_controller: + id: 2 + name: Active Controller -- cgit v1.3