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 subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to