Sha256: eb98f256ba3d6261bb123058f58f4a9116c01581f608ee1ab26eee5de3044af2
Contents?: true
Size: 245 Bytes
Versions: 73
Compression:
Stored size: 245 Bytes
Contents
# -*- encoding : utf-8 -*- 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
73 entries across 73 versions & 1 rubygems