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 6edf01c commit f923e94Copy full SHA for f923e94
1 file changed
app/presenters/workshop_presenter.rb
@@ -28,7 +28,7 @@ def attending_and_available_coach_spots
28
end
29
30
def venue
31
- model.host
+ @venue ||= model.host
32
33
34
def organisers
0 commit comments