Class: Search::QuoteTextPresenter

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

Instance Method Summary collapse

Instance Method Details



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

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


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

def quote_link
  r.reference_number
end