Compare commits
2 Commits
f17c95d999
...
ac55c06532
| Author | SHA1 | Date |
|---|---|---|
|
|
ac55c06532 | |
|
|
4991d8d4b6 |
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue