Class: YDIM::Html::View::Debitor

Inherits:
Template
  • Object
show all
Defined in:
lib/ydim/html/view/debitor.rb

Constant Summary collapse

CONTENT =
DebitorComposite

Constants inherited from Template

Template::COMPONENTS, Template::CSS_MAP, Template::DIV_CLASS, Template::FOOT, Template::LEGACY_INTERFACE

Instance Method Summary collapse

Methods inherited from Template

#content, #cpr_link, #lgpl_license, #other_html_headers, #standard_link, #version, #ydim_version

Instance Method Details



112
113
114
# File 'lib/ydim/html/view/debitor.rb', line 112

def subnavigation(model)
	InvoicesSubnavigation.new(model, @session, self)
end