Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the escaping choice to the layout | David Heinemeier Hansson | 2018-06-07 | 1 | -1/+1 |
| | |||||
* | Provide to_html rendering within a layout and use that as the to_s default | David Heinemeier Hansson | 2018-06-07 | 1 | -0/+3 |
I like the idea of thinking about the rendering as happening within a layout. Since that’s basically what this wrapper is. Thoughts @javan? |