I am trying to implement the Cells gem in a Rails 4 project.
I am a little bit confused about rendering a form Cell for a model. I looked around on Google but can't seem to find a tutorial covering this. Most tutorials only cover a :show Cell.
- Is it possible / good practice to implement a Cell Form?
- How do you go about creating and rendering this Cell? (I assume this will be similar to the :show Cell)
- Where does the cell fir into the form submission process flow? Are params still posted to the controller or to the Cell? Where do I do my Form submission validation?
Can anybody please help me clarify or point me to a tutorial covering this issue?