Sha256: c299931dde329473f74223bd831ce74478bf877ebae1c8944bc9f85d56662ab6

Contents?: true

Size: 185 Bytes

Versions: 2

Compression:

Stored size: 185 Bytes

Contents

module Adherent
  module PaymentsHelper
    def min_date 
      @member.organism.range_date.first
    end
    
    def max_date
      @member.organism.range_date.last
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
adherent-0.1.7 app/helpers/adherent/payments_helper.rb
adherent-0.1.6 app/helpers/adherent/payments_helper.rb