ArgumentError in EventsController#create: comparison of Date with nil failed
Closed this issue · 0 comments
thatbudakguy commented
end
if end_date > @sub.furthest_date
@sub.furthest_date = end_date
@sub.save
end
looks like the if end_date > @sub.furthest_date
is causing the issue on creating an event.