summaryrefslogtreecommitdiff
path: root/vendor/plugins/will_paginate/test/fixtures/users.yml
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-02-17 12:47:49 +0100
committerhukl <contact@smyck.org>2009-02-17 12:47:49 +0100
commit3cdcb5ca02a94b2b342c30903a27d47d35d46e55 (patch)
treeef3e1154fe262561b3955c07edcaee3824a21f47 /vendor/plugins/will_paginate/test/fixtures/users.yml
parent7a282f2605f6fb3689940e5c7072b4801653deb2 (diff)
added will_paginate plugin
Diffstat (limited to 'vendor/plugins/will_paginate/test/fixtures/users.yml')
-rw-r--r--vendor/plugins/will_paginate/test/fixtures/users.yml35
1 files changed, 35 insertions, 0 deletions
diff --git a/vendor/plugins/will_paginate/test/fixtures/users.yml b/vendor/plugins/will_paginate/test/fixtures/users.yml
new file mode 100644
index 00000000..ed2c03ae
--- /dev/null
+++ b/vendor/plugins/will_paginate/test/fixtures/users.yml
@@ -0,0 +1,35 @@
1david:
2 id: 1
3 name: David
4 salary: 80000
5 type: Developer
6
7jamis:
8 id: 2
9 name: Jamis
10 salary: 150000
11 type: Developer
12
13<% for digit in 3..10 %>
14dev_<%= digit %>:
15 id: <%= digit %>
16 name: fixture_<%= digit %>
17 salary: 100000
18 type: Developer
19<% end %>
20
21poor_jamis:
22 id: 11
23 name: Jamis
24 salary: 9000
25 type: Developer
26
27admin:
28 id: 12
29 name: admin
30 type: Admin
31
32goofy:
33 id: 13
34 name: Goofy
35 type: Admin