• Reuben Pereira's avatar
    Refactor UpcomingReconciliationHelper · 594683e0
    Reuben Pereira authored
    Helpers are all included into views, which makes methods defined
    in helpers globally available.
    To reduce the number of methods in UpcomingReconciliationHelper,
    introduce a separate entity class and use that class in the helper.
    The entity class is used as a PORO.
    594683e0
upcoming_reconciliation_helper.rb 890 Bytes