module AmaLayout::NavigationHelper

Public Instance Methods

navigation() click to toggle source

Private Instance Methods

_has_outstanding_balance?() click to toggle source
# File lib/ama_layout/navigation_helper.rb, line 27
def _has_outstanding_balance?
  has_outstanding_balance
end
_in_renewal?() click to toggle source
# File lib/ama_layout/navigation_helper.rb, line 19
def _in_renewal?
  in_renewal
end
_in_renewal_late?() click to toggle source
# File lib/ama_layout/navigation_helper.rb, line 23
def _in_renewal_late?
  status == "AL"
end