Attempt to correct a bug related to included regions

This commit is contained in:
echarp 2018-01-22 00:09:45 +01:00
parent 323d8a4861
commit 867ea155c7

View File

@ -1,4 +1,4 @@
-# Choose a region to filter events with
%nav.region_filter
%ul= render partial: '/regions/filter_region',
collection: Region.where(region: nil).includes(:regions)
collection: Region.where(region: nil)