🌧 <%= 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