Sha256: 1f3c8831617a4da69e7c38ee32bed5d3511e8e05f3d21e2ae8b187191a897cb8
Contents?: true
Size: 248 Bytes
Versions: 21
Compression:
Stored size: 248 Bytes
Contents
# frozen_string_literal: true class AlternateController < CatalogController configure_blacklight do |config| config.index.thumbnail_method = :xyz end def xyz *args view_context.image_tag "asdfg" end helper_method :xyz end
Version data entries
21 entries across 21 versions & 1 rubygems