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 aef76d8 commit bbf09f9Copy full SHA for bbf09f9
1 file changed
app/presenters/how_you_found_us_presenter.rb
@@ -39,7 +39,7 @@ def data_present?
39
private
40
41
def raw_stats
42
- @stats ||= @chapter.members.where.not(how_you_found_us: nil).group(:how_you_found_us).count
+ @raw_stats ||= @chapter.members.where.not(how_you_found_us: nil).group(:how_you_found_us).count
43
end
44
45
def how_values
0 commit comments