You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same problem for me after update Rails but for object with one page not more, working with .to_a
Example: <%= page_entries_info @users.to_a, :model => 'users' %>
Hi,
I use your great gem in my rails application and migrate from rails 3.1.13 to Rails 4.1.8 and encounter perhaps a bug.
I have a view which display companies :
and call a partial :
And my code fails on "page_entries_info( @companies )" : ActionView::Template::Error : wrong number of arguments (1 for 0).
But when I do this trick "page_entries_info( @companies.to_a )" it works :
Do i use a bad syntax or make a mistake somewhere?
Best Regards
Luc Donnet
The text was updated successfully, but these errors were encountered: