Sha256: e4170469175c4912ce5bf407902731d97b50917312c453ed234697a967d21ccc
Contents?: true
Size: 419 Bytes
Versions: 58
Compression:
Stored size: 419 Bytes
Contents
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
58 entries across 58 versions & 2 rubygems