我有一个表单 - 取决于用户单击哪个链接来显示表单,我希望将不同的隐藏参数传递给记录并在提交时保存。有没有很好的方法来做到这一点?提前致谢!
例如:
<%= link_to 'General Request', new_request_path %>
<%= link_to 'Project Request', new_request_path %> ### -> set request.project = true
<%= link_to 'Administrative Request', new_request_path %> ### -> set request.admin = true