Added ransack search function to admin/users index
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
module Admin::JobsHelper
|
||||
include Pagy::Frontend
|
||||
end
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
module Admin::UsersHelper
|
||||
include Pagy::Frontend
|
||||
end
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
module ApplicationHelper
|
||||
include Pagy::Frontend
|
||||
|
||||
def icon(name, options = {})
|
||||
options[:title] ||= name.underscore.humanize
|
||||
options[:aria] = true
|
||||
|
||||
Reference in New Issue
Block a user