Compare commits
No commits in common. "ac55c06532494125596b0815f594f324277d9de5" and "f17c95d999afe13110f2f3df93a14965d5503e6f" have entirely different histories.
ac55c06532
...
f17c95d999
|
|
@ -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, :place ])
|
params.expect(institution: [ :name, :institution_type ])
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue