0
0
Fork 0

Fix pt translations, improve pre-cache queries, removing will_paginate

from accounts/tags because it's a terribly inefficient way to paginate
large sets of data
This commit is contained in:
Eugen Rochko 2016-12-01 16:26:25 +01:00
parent bdf7d8f8fd
commit 1d0321fc45
10 changed files with 21 additions and 15 deletions

View file

@ -4,4 +4,8 @@ module ApplicationHelper
def active_nav_class(path)
current_page?(path) ? 'active' : ''
end
def id_paginate(path, per_page, collection)
# todo
end
end