Sha256: 6c042220a741a454677d663c49375a275c642b048e70ab52d1da38b1048645df
Contents?: true
Size: 240 Bytes
Versions: 23
Compression:
Stored size: 240 Bytes
Contents
# frozen_string_literal: true class AlternateController < CatalogController configure_blacklight do |config| config.index.thumbnail_method = :xyz end def xyz *args view_context.tag "img" end helper_method :xyz end
Version data entries
23 entries across 23 versions & 1 rubygems