Sha256: 01feb6ba03db8631aa0707e6fc110aa4e2c75a565cec560888cfe31f6187c186
Contents?: true
Size: 194 Bytes
Versions: 20
Compression:
Stored size: 194 Bytes
Contents
# Standard/RailsControllerRenderShorthand Prefer `render "path/to/template"` shorthand in controllers. ``` ruby render template: "products/show" # can be written as render "products/show" ```
Version data entries
20 entries across 20 versions & 1 rubygems