Class: Arclight::ShowPresenter

Inherits:
Blacklight::ShowPresenter
  • Object
show all
Defined in:
app/presenters/arclight/show_presenter.rb

Overview

Custom presentation methods for show partial

Instance Method Summary collapse

Instance Method Details

#headingObject



6
7
8
# File 'app/presenters/arclight/show_presenter.rb', line 6

def heading
  document.normalized_title
end

#with_field_group(group) ⇒ Object



10
11
12
13
# File 'app/presenters/arclight/show_presenter.rb', line 10

def with_field_group(group)
  self.field_group = group
  self
end