mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Remove unnecessary load
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
def create_admin_user
|
||||
attributes = read_user_attributes
|
||||
|
||||
load 'spree/user.rb'
|
||||
|
||||
if Spree::User.find_by(email: attributes[:email])
|
||||
printf <<~TEXT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user