码迷,mamicode.com
首页 > 其他好文 > 详细

hidden_field_tag and hidden_field

时间:2014-11-07 18:41:28      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:des   io   ar   sp   on   log   bs   res   nbsp   

<%= hidden_field_tag :version,@version %>
<%= hidden_field_tag :module_id,@video.parent_module_id%>

 

here is the log file

{"utf8"=>"?", "authenticity_token"=>"fixQgc0R4wHIn6fbE+Kkf+JC7oQP/WuNBBCDID6Q5Fw=", "version"=>"1", "module_id"=>"1", "video"=>{"video_id"=>"", "show_id"=>"", "title"=>"", "res_desc"=>"", "large_horizontal_image"=>"", "middle_horizontal_image"=>"", "large_vertical_image"=>"", "middle_vertical_image"=>""}, "commit"=>"保存"}

==========================================

<%= v.hidden_field :version %>
<%= v.hidden_field :parent_module_id %>

Parameters: {"utf8"=>"?", "authenticity_token"=>"fixQgc0R4wHIn6fbE+Kkf+JC7oQP/WuNBBCDID6Q5Fw=", "video"=>{"version"=>"1", "parent_module_id"=>"1", "video_id"=>"qq", "show_id"=>"qq", "title"=>"q", "res_desc"=>"qq", "large_horizontal_image"=>"", "middle_horizontal_image"=>"", "large_vertical_image"=>"", "middle_vertical_image"=>""}, "commit"=>"保存"}

hidden_field_tag and hidden_field

标签:des   io   ar   sp   on   log   bs   res   nbsp   

原文地址:http://www.cnblogs.com/iwangzheng/p/4081683.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!