Module: Adherent::AdhesionHelper

Defined in:
app/helpers/adherent/adhesion_helper.rb

Instance Method Summary collapse

Instance Method Details

#amount_due(adhesion) ⇒ Object



4
5
6
# File 'app/helpers/adherent/adhesion_helper.rb', line 4

def amount_due(adhesion)
  adhesion.due
end