adding place

This commit is contained in:
niyas301 2025-10-19 14:01:00 +05:30
parent f17c95d999
commit 4991d8d4b6
1 changed files with 1 additions and 1 deletions

View File

@ -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