Class: Search::QuoteTextPresenter

Inherits:
QuotePresenter
  • Object
show all
Defined in:
app/presenters/search/quote_text_presenter.rb

Overview

Presenter: quote text presenter.

Instance Method Summary collapse

Instance Method Details



8
9
10
11
12
# File 'app/presenters/search/quote_text_presenter.rb', line 8

def customer_link
  return unless r.has_columns?(:customer_full_name, :customer_id)

  r.customer_full_name
end


4
5
6
# File 'app/presenters/search/quote_text_presenter.rb', line 4

def quote_link
  r.reference_number
end