Sha256: 7c6e22a539e0da7f255338d22c8b4478389a8e160d3c6cf4a85a2313e24d507b
Contents?: true
Size: 449 Bytes
Versions: 25
Compression:
Stored size: 449 Bytes
Contents
# frozen_string_literal: true module Hyrax # Module that will contain Renderer classes # @since 0.14.0 # Renderers are used to display Ruby objects to users and take arguments from the Hyrax::Presenter # supplied by the controller. # They are typically used to respond to read requests from the controller, and may apply some level of # HTML, or may just display human readable values for object attributes. module Renderers end end
Version data entries
25 entries across 25 versions & 1 rubygems