hi, finally solved the table-plus paginating + search issue, instead of: hobo_index XX.apply_scopes(....).paginate(.....), which throw out undefined method "scope",
I did, hobo_index XX.apply_scopes(...), :paginate => true, :per_page => 5 voila~ hmm....the more I use Hobo, the more I enjoy the fun :-) -- munkean -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
