This PR adds a few more examples for view helpers in README. I wanted to add them since I spent quite a bit of time figuring out how I could use check_box_tag on a column. I am hoping that this change in README would help others save time. I've also added an example use of Draper to keep things tidy in the data mapping method if you wanted, which may be useful to others.
This PR adds a few more examples for view helpers in README. I wanted to add them since I spent quite a bit of time figuring out how I could use
check_box_tag
on a column. I am hoping that this change in README would help others save time. I've also added an example use of Draper to keep things tidy in the data mapping method if you wanted, which may be useful to others.