You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a lookup for Volunteer on row[9] and make that csv column be Location name, using where(name: row[9], location_type: "university").first_or_create!(...) to get or create Location. Add a find_by like you did for Volunteer in your User create.
The text was updated successfully, but these errors were encountered:
Add a lookup for Volunteer on row[9] and make that csv column be Location name, using where(name: row[9], location_type: "university").first_or_create!(...) to get or create Location. Add a find_by like you did for Volunteer in your User create.
The text was updated successfully, but these errors were encountered: