adding place #1

Merged
niyas merged 1 commits from course into master 2025-10-19 08:31:49 +00:00
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