course #2

Merged
niyas merged 2 commits from course into master 2025-10-23 13:30:29 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4991d8d4b6 - Show all commits

View File

@ -68,6 +68,6 @@ class InstitutionsController < ApplicationController
# Only allow a list of trusted parameters through. # Only allow a list of trusted parameters through.
def institution_params def institution_params
params.expect(institution: [ :name, :institution_type ]) params.expect(institution: [ :name, :institution_type, :place ])
end end
end end