Method: ModsDisplay::HTML#to_html

Defined in:
lib/mods_display/html.rb

#to_html(view_context = ApplicationController.renderer) ⇒ Object

Deprecated.


54
55
56
57
# File 'lib/mods_display/html.rb', line 54

def to_html(view_context = ApplicationController.renderer)
  fields = [:title] + ModsDisplay::RecordComponent::DEFAULT_FIELDS - [:subTitle]
  view_context.render ModsDisplay::RecordComponent.new(record: self, fields: fields), layout: false
end