From 4cf6fbc746a93731082c4b49146de84ed854d70a Mon Sep 17 00:00:00 2001 From: Arush Chhatrapati <65872167+ArushC@users.noreply.github.com> Date: Fri, 12 Apr 2024 14:25:58 -0700 Subject: [PATCH] update selectize options --- app/models/school.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/models/school.rb b/app/models/school.rb index b07a7047..6a15ad62 100644 --- a/app/models/school.rb +++ b/app/models/school.rb @@ -78,11 +78,11 @@ def display_grade_level end def selectize_options - [name_location, to_json(only: [:id, :name, :city, :state, :website]) ] + [name_location, to_json(only: [:id, :name, :city, :state, :country, :website]) ] end def name_location - "#{name} (#{city}, #{state})" + "#{name} (#{city}, #{state}, #{country})" end def update_gps_data