Add more attributes to candidate - completes: #100
This commit is contained in:
@ -57,7 +57,9 @@ module Admin
|
||||
private
|
||||
|
||||
def candidate_params
|
||||
params.require(:candidate).permit(:name, :email, :experience, :quiz_id, :project)
|
||||
params.require(:candidate).permit(
|
||||
:name, :email, :experience, :quiz_id, :project, :position, :skill_needs
|
||||
)
|
||||
end
|
||||
|
||||
def collect_quizzes
|
||||
|
Reference in New Issue
Block a user