Added ransack search function to admin/users index

This commit is contained in:
2024-09-18 14:59:07 +02:00
parent 4bff15cd4e
commit ff1c1017cf
11 changed files with 77 additions and 21 deletions

View File

@@ -1,6 +1,4 @@
module ApplicationHelper
include Pagy::Frontend
def icon(name, options = {})
options[:title] ||= name.underscore.humanize
options[:aria] = true