Show More
Commit Description:
added pagination to user_admin, using will_paginate plugin
Commit Description:
added pagination to user_admin, using will_paginate plugin
References:
File last commit:
Show/Diff file:
Action:
vendor/plugins/will_paginate/test/fixtures/users.yml
| 35 lines
| 424 B
| text/x-yaml
| YamlLexer
|
|
r299 | david: | ||
id: 1 | ||||
name: David | ||||
salary: 80000 | ||||
type: Developer | ||||
jamis: | ||||
id: 2 | ||||
name: Jamis | ||||
salary: 150000 | ||||
type: Developer | ||||
<% for digit in 3..10 %> | ||||
dev_<%= digit %>: | ||||
id: <%= digit %> | ||||
name: fixture_<%= digit %> | ||||
salary: 100000 | ||||
type: Developer | ||||
<% end %> | ||||
poor_jamis: | ||||
id: 11 | ||||
name: Jamis | ||||
salary: 9000 | ||||
type: Developer | ||||
admin: | ||||
id: 12 | ||||
name: admin | ||||
type: Admin | ||||
goofy: | ||||
id: 13 | ||||
name: Goofy | ||||
type: Admin | ||||