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 ddc4ecf commit e98a783Copy full SHA for e98a783
app/controllers/dashboard_controller.rb
@@ -24,6 +24,7 @@ def dashboard
24
hash
25
end
26
@announcements = current_user.announcements.active
27
+ @attending_ids = MemberPresenter.new(current_user).attending_workshops
28
29
30
def code; end
0 commit comments