moser/foxtrot_mike

View on GitHub
app/helpers/accounting_sessions_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module AccountingSessionsHelper
  def format_accounting_entry(e)
    render partial: 'accounting_entries/show', locals: { accounting_entry: e }, formats: [:html]
  end
end