You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
Hi, I am using will_paginate gem to paginate some results and it works very well but I want to be able to edit the first page and palce some html fragments not included in the results on top or on the side how can I do this to have the fragment only in the first page
regards
Walter Lee Davis
unread,
Aug 8, 2014, 5:21:24 PM8/8/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
You could use the params[:page] attribute to switch this off and on, I guess. If params[:page] is missing or equal to 1, then do this, else do that.