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

Version Path
hyrax-2.9.6 app/renderers/hyrax/renderers.rb
hyrax-2.9.5 app/renderers/hyrax/renderers.rb
hyrax-2.9.4 app/renderers/hyrax/renderers.rb
hyrax-2.9.3 app/renderers/hyrax/renderers.rb
hyrax-2.9.2 app/renderers/hyrax/renderers.rb
hyrax-2.9.1 app/renderers/hyrax/renderers.rb
hyrax-2.9.0 app/renderers/hyrax/renderers.rb
hyrax-2.8.0 app/renderers/hyrax/renderers.rb
hyrax-2.7.2 app/renderers/hyrax/renderers.rb
hyrax-2.7.1 app/renderers/hyrax/renderers.rb
hyrax-2.7.0 app/renderers/hyrax/renderers.rb
hyrax-2.6.0 app/renderers/hyrax/renderers.rb
hyrax-3.0.0.pre.rc1 app/renderers/hyrax/renderers.rb
hyrax-3.0.0.pre.beta3 app/renderers/hyrax/renderers.rb
hyrax-2.5.1 app/renderers/hyrax/renderers.rb
hyrax-2.5.0 app/renderers/hyrax/renderers.rb
hyrax-3.0.0.pre.beta2 app/renderers/hyrax/renderers.rb
hyrax-2.4.1 app/renderers/hyrax/renderers.rb
hyrax-3.0.0.pre.beta1 app/renderers/hyrax/renderers.rb
hyrax-2.4.0 app/renderers/hyrax/renderers.rb