Wednesday, July 13, 2016

div_for deprecated

You don't need any gem replace div_for with html tags. For example:

div_for(comment) becomes


<div id="comment_1234" >
  <td>My Comment</td>
</div>

No comments:

Post a Comment