We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff4382 commit 575c256Copy full SHA for 575c256
1 file changed
app/helpers/emancipations_helper.rb
@@ -1,6 +1,6 @@
1
module EmancipationsHelper
2
# Memoized per request so the casa_cases index doesn't re-issue COUNT(*)
3
- # for every transition-age row when rendering the emancipation badge.
+ # for every casa_case row when rendering the emancipation badge.
4
def emancipation_category_total_count
5
@emancipation_category_total_count ||= EmancipationCategory.count
6
end
0 commit comments