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

Version Path
hyrax-5.0.1 app/renderers/hyrax/renderers.rb
hyrax-5.0.0 app/renderers/hyrax/renderers.rb
hyrax-5.0.0.rc3 app/renderers/hyrax/renderers.rb
hyrax-5.0.0.rc2 app/renderers/hyrax/renderers.rb
hyrax-5.0.0.rc1 app/renderers/hyrax/renderers.rb
hyrax-3.6.0 app/renderers/hyrax/renderers.rb
hyrax-4.0.0 app/renderers/hyrax/renderers.rb
hyrax-4.0.0.rc3 app/renderers/hyrax/renderers.rb
hyrax-4.0.0.rc2 app/renderers/hyrax/renderers.rb
hyrax-4.0.0.rc1 app/renderers/hyrax/renderers.rb
hyrax-3.5.0 app/renderers/hyrax/renderers.rb
hyrax-4.0.0.beta2 app/renderers/hyrax/renderers.rb
hyrax-3.4.2 app/renderers/hyrax/renderers.rb
hyrax-4.0.0.beta1 app/renderers/hyrax/renderers.rb
hyrax-3.4.1 app/renderers/hyrax/renderers.rb
hyrax-3.4.0 app/renderers/hyrax/renderers.rb
hyrax-3.3.0 app/renderers/hyrax/renderers.rb
hyrax-3.2.0 app/renderers/hyrax/renderers.rb
hyrax-3.1.0 app/renderers/hyrax/renderers.rb
hyrax-3.0.2 app/renderers/hyrax/renderers.rb