Skip to content

Commit

Permalink
Add knapsack helper
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkkwang committed Sep 26, 2023
1 parent 00a4b4a commit aa7f8c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/helpers/application_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module ApplicationHelper
include Hyrax::OverrideHelperBehavior
include GroupNavigationHelper
include SharedSearchHelper
include HykuKnapsack::ApplicationHelper

def hint_for(term:, record_class: nil)
hint = locale_for(type: 'hints', term: term, record_class: record_class)
Expand Down

0 comments on commit aa7f8c6

Please sign in to comment.