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

Version Path
rubocop-standard-4.2.0 guides/rails-controller-render-shorthand.md
rubocop-standard-4.1.0 guides/rails-controller-render-shorthand.md
rubocop-standard-4.0.4 guides/rails-controller-render-shorthand.md
rubocop-standard-4.0.3 guides/rails-controller-render-shorthand.md
rubocop-standard-4.0.2 guides/rails-controller-render-shorthand.md
rubocop-standard-4.0.1 guides/rails-controller-render-shorthand.md
rubocop-standard-4.0.0 guides/rails-controller-render-shorthand.md
rubocop-standard-3.2.0 guides/rails-controller-render-shorthand.md
rubocop-standard-3.1.2 guides/rails-controller-render-shorthand.md
rubocop-standard-3.1.1 guides/rails-controller-render-shorthand.md
rubocop-standard-3.1.0 guides/rails-controller-render-shorthand.md
rubocop-standard-3.0.0 guides/rails-controller-render-shorthand.md
rubocop-standard-2.1.1 guides/rails-controller-render-shorthand.md
rubocop-standard-2.1.0 guides/rails-controller-render-shorthand.md
rubocop-standard-2.0.1 guides/rails-controller-render-shorthand.md
rubocop-standard-2.0 guides/rails-controller-render-shorthand.md
rubocop-standard-1.15.1 guides/rails-controller-render-shorthand.md
rubocop-standard-1.15.0 guides/rails-controller-render-shorthand.md
rubocop-standard-1.14.0 guides/rails-controller-render-shorthand.md
rubocop-standard-1.12.0 guides/rails-controller-render-shorthand.md