create :create do
description "Creates a new predefined school"
primary? true
accept [:name, :uid, :geography, :address, :city, :district, :state, :country, :type]
upsert? true
upsert_identity :unique_uid
upsert_fields [:name, :geography, :address, :city, :district, :state, :country, :type]
end
create :create do
description "Creates a new predefined school"
primary? true
accept [:name, :uid, :geography, :address, :city, :district, :state, :country, :type]
upsert? true
upsert_identity :unique_uid
upsert_fields [:name, :geography, :address, :city, :district, :state, :country, :type]
end