Use unspecified rather than unconfirmed

This commit is contained in:
Rob Harrington
2014-10-22 14:50:22 +11:00
parent 7ff4306991
commit 6798d394bb

View File

@@ -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