Sha256: d90e59644148e7172dff824d366be51d3248b17256122e8ad4e01055b57658bf
Contents?: true
Size: 450 Bytes
Versions: 13
Compression:
Stored size: 450 Bytes
Contents
module CurationConcerns # Module that will containing Renderers # @since 0.14.0 # Renderers are used to display Ruby objects to users. # Renderers take the Ruby object supplied by a # CurationConcerns::Presenter object Renderers are typically # used to respond to read requests from the controller. # Renderers may apply some level of HTML or may just supply # human readable values for object attributes. module Renderers end end
Version data entries
13 entries across 13 versions & 1 rubygems