1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add documentation to config.assets.logger

This commit is contained in:
Rafael Mendonça França 2012-01-17 15:06:57 -02:00
parent d7f7f5ee56
commit 16c5f488f1

View file

@ -152,6 +152,8 @@ Rails 3.1, by default, is set up to use the +sprockets+ gem to manage assets wit
* +config.assets.compile+ is a boolean that can be used to turn on live Sprockets compilation in production.
* +config.assets.logger+ accepts a logger conforming to the interface of Log4r or the default Ruby +Logger+ class. Defaults to the same configured at +config.logger+.
h4. Configuring Generators