How can you have a hidden field with simple form?
= simple_form_for @movie do |f|
= f.hidden :title, "some value"
= f.button :submit
That results in this error
undefined method `hidden' for #SimpleForm::FormBuilder:0x000001042b7cd0
|
How can you have a hidden field with simple form?
That results in this error
| ||||
|
feedback
|
|
try this
| |||||
feedback
|
|
Shortest Yet !!!
Shorter, DRYer and perhaps more obvious. | |||||||||||
feedback
|