Sha256: e6a4e238bee0f7da0a92dd1beb9bb3f5b353d26b6571b212235fa6260f4075bf

Contents?: true

Size: 299 Bytes

Versions: 1

Compression:

Stored size: 299 Bytes

Contents

# Meant to be applied on top of a controller that implements
# Blacklight::SolrHelper. 
module BlacklightHighlight::ControllerExtension
  def self.included(some_class)
    some_class.helper BlacklightHighlightHelper
    some_class.send(:include, BlacklightHighlight::SolrHelperExtension)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blacklight_highlight-0.1.0 lib/blacklight_highlight/controller_extension.rb