Displaying 1 result from an estimated 1 matches for "chkbx".
Did you mean:
chkbox
2012 Oct 16
0
How to avoid an attribute without passing it to post in formtastic
I am developing rails application. I have a check box in the form like:
<td><%= b.check_box :chkbx, label: false, checked: false %></td>
While submitting the form. I need to avoid passing checkbox name
argument in the post.
How to avoid checkbox attribute from passing it to post in formtastic?
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are...