Skip to content

Commit

Permalink
Remove stale method
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgoll committed Dec 18, 2024
1 parent e4efca2 commit f07ccea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/account/entry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def balance_trend(entries, balances)
end

def display_name
enriched_name.presence || name || entryable.fallback_name
enriched_name.presence || name
end

class << self
Expand Down

0 comments on commit f07ccea

Please sign in to comment.