Sha256: d2f3d6d241569154adc60de1e9362a09f08f9c91b6929d6356b2e697107d488b
Contents?: true
Size: 441 Bytes
Versions: 24
Compression:
Stored size: 441 Bytes
Contents
module CurationConcerns # Module that will contain Renderer classes # @since 0.14.0 # Renderers are used to display Ruby objects to users and take arguments from the CurationConcerns::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
24 entries across 24 versions & 1 rubygems