Skip to content

Instantly share code, notes, and snippets.

@thomasv314
Last active May 27, 2016 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomasv314/dd8b48aef3523e09306fb3d9f9595ae9 to your computer and use it in GitHub Desktop.
Save thomasv314/dd8b48aef3523e09306fb3d9f9595ae9 to your computer and use it in GitHub Desktop.
module Decorators
module BlacklightDecorator
::Blacklight::FacetsHelperBehavior.module_eval do
def render_selected_facet_value(facet_field, item)
content_tag(:h1) do
"YO SUP"
end
end
end
end
end
module Decorators
end
require 'decorators/blacklight_decorator'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment