Compare commits

..

2 Commits

Author SHA1 Message Date
niyas ac55c06532 Merge pull request 'adding place' (#1) from course into master
Reviewed-on: #1
2025-10-19 08:31:48 +00:00
niyas301 4991d8d4b6 adding place 2025-10-19 14:01:00 +05:30
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