📜  渲染到字符串 rails - Ruby 代码示例

📅  最后修改于: 2022-03-11 15:04:47.485000             🧑  作者: Mango

代码示例1
render_to_string(options = nil, &block) protected
Renders according to the same rules as render, but returns the result in a string instead of sending it as the response body to the browser.