module Locomotive::Search::SearchableContentField
Public Instance Methods
to_params()
click to toggle source
Calls superclass method
# File lib/locomotive/search/wagon/searchable_content_field.rb, line 9 def to_params super.merge({ searchable: self.searchable }) end