Skip to content

Commit

Permalink
added gem_record_id in committee_member
Browse files Browse the repository at this point in the history
  • Loading branch information
DevAdm committed Jul 16, 2024
1 parent 7c94f4e commit 9db3ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/committee_members_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ def destroy
private

def committee_member_params
params.require(:committee_member).permit(:first_name, :last_name, :role, :thesis_id)
params.require(:committee_member).permit(:first_name, :last_name, :role, :thesis_id, :gem_record_id)
end
end

0 comments on commit 9db3ff9

Please sign in to comment.