From 712783426334c56d7f87fe5fd86897c50917ef43 Mon Sep 17 00:00:00 2001 From: Tyrant Davis Date: Sun, 5 Aug 2018 17:09:21 -0500 Subject: [PATCH] Fix ArgumentError in Conferences#show --- app/views/conferences/_registration.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/conferences/_registration.haml b/app/views/conferences/_registration.haml index d06179ba..51258f15 100644 --- a/app/views/conferences/_registration.haml +++ b/app/views/conferences/_registration.haml @@ -18,7 +18,8 @@ is free of charge. %p We only ask you to register yourself before - = date_string(registration_period.end_date) + = date_string(registration_period.start_date, + registration_period.end_date) so we can plan for the right amount of people. %p.cta-button - else