Attempt to correct a bug related to included regions
This commit is contained in:
parent
323d8a4861
commit
867ea155c7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user