Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はそのようなものを使いたいです:
def answer_params params.require(:answer).permit!.without(:user_id) end
これは機能しますか?
params.require(:answer).permit!.except(:user_id)