hidden_field_tag

Minsoo·2022년 1월 14일
0

rails

목록 보기
2/4
post-thumbnail

🌧 <%= hidden_field_tag :authenticity_token, form_authenticity_token %>

🌧 <%= hidden_field_tag :letters, @letters %>

  • This will add a hidden input field with an authenticity_token that ensures the POST request is coming from your website and not from another.

이게 정말 뭘까.. 계속 고민했
폼태그 밑에 입력하면, 파라미터로 전달되어서 변수 활용이 가능하다.

hidden_field_tag <- form 밖에 있는 형태로 params가 된다.

[출처][rails] f.hidden_field 와 hidden_field_tag의 차이|작성자 Bee

profile
Hello all 👋🏻 📍London

0개의 댓글