We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the resource_this wiki!
Create a User resource with name and date of birth. script/generate resource_this User name:string dob:date
script/generate resource_this User name:string dob:date
In your controller put resource_this :will_paginate => true
resource_this :will_paginate => true
In your view put <%= will_paginate @users %>
<%= will_paginate @users %>
There doesn’t seem to be a way to limit the number of items per page.