mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-11 23:17:48 +00:00
Fixed the finder ('all' finder was used in seed test instead of singular one).
This commit is contained in:
@@ -36,4 +36,4 @@ end
|
||||
|
||||
# -- Seeding suburbs
|
||||
require_relative './suburb_seeds'
|
||||
SuburbSeeder.seed_suburbs unless Suburb.find_all_by_name("Dayton")
|
||||
SuburbSeeder.seed_suburbs unless Suburb.find_by_name("Dayton")
|
||||
|
||||
Reference in New Issue
Block a user