Merge pull request 'adding place' (#1) from course into master

Reviewed-on: #1
This commit is contained in:
niyas 2025-10-19 08:31:48 +00:00
commit ac55c06532
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