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:
parent
bdf7d8f8fd
commit
1d0321fc45
10 changed files with 21 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue