Skip to content

Commit 835f4bf

Browse files
author
David Heinemeier Hansson
committed
Missed a generator assets spot
1 parent 4214a8d commit 835f4bf

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

guides/source/asset_pipeline.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -192,15 +192,6 @@ NOTE: You must have an ExecJS supported runtime in order to use CoffeeScript.
192192
If you are using macOS or Windows, you have a JavaScript runtime installed in
193193
your operating system. Check [ExecJS](https://github.com/rails/execjs#readme) documentation to know all supported JavaScript runtimes.
194194

195-
You can also disable generation of controller specific asset files by adding the
196-
following to your `config/application.rb` configuration:
197-
198-
```ruby
199-
config.generators do |g|
200-
g.assets false
201-
end
202-
```
203-
204195
### Asset Organization
205196

206197
Pipeline assets can be placed inside an application in one of three locations:

0 commit comments

Comments
 (0)