MCQs > IT & Programming > Ruby On Rails > In a Rails controller, what does the code params.permit(:name, :sku) do?

Ruby On Rails MCQs

In a Rails controller, what does the code params.permit(:name, :sku) do?

Answer

Correct Answer: It filters out submitted form parameters that are not named :name or :sku to make forms more secure.

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Ruby On Rails Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Ruby On Rails Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it