mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Use unspecified rather than unconfirmed
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Enterprise < ActiveRecord::Base
|
||||
SELLS = %w(unconfirmed none own any)
|
||||
SELLS = %w(unspecified none own any)
|
||||
ENTERPRISE_SEARCH_RADIUS = 100
|
||||
|
||||
devise :confirmable, reconfirmable: true
|
||||
|
||||
Reference in New Issue
Block a user