From 4991d8d4b66526676501ec8eae63b81b5690d4a5 Mon Sep 17 00:00:00 2001 From: niyas301 Date: Sun, 19 Oct 2025 14:01:00 +0530 Subject: [PATCH] adding place --- app/controllers/institutions_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/institutions_controller.rb b/app/controllers/institutions_controller.rb index 3e248a8..636870d 100644 --- a/app/controllers/institutions_controller.rb +++ b/app/controllers/institutions_controller.rb @@ -68,6 +68,6 @@ class InstitutionsController < ApplicationController # Only allow a list of trusted parameters through. def institution_params - params.expect(institution: [ :name, :institution_type ]) + params.expect(institution: [ :name, :institution_type, :place ]) end end -- 2.40.1