Module SearchApi::Search::Callbacks
In: lib/search_api/callbacks.rb

Methods

Constants

CALLBACKS = %w(before_find_options)

Public Instance methods

[Source]

    # File lib/search_api/callbacks.rb, line 31
31:       def before_find_options
32:       end

[Source]

    # File lib/search_api/callbacks.rb, line 26
26:       def find_options_with_callbacks
27:         callback(:before_find_options)
28:         find_options_without_callbacks
29:       end

[Validate]