Skip to content

Commit a331824

Browse files
author
Rafael Mendonça França
committed
The default value should be nil
1 parent 3ac93c0 commit a331824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sprockets/railtie.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def configure(&block)
5050
config.assets._blocks = []
5151
config.assets.paths = []
5252
config.assets.prefix = "/assets"
53-
config.assets.manifest = false
53+
config.assets.manifest = nil
5454
config.assets.precompile = [LOOSE_APP_ASSETS, /(?:\/|\\|\A)application\.(css|js)$/]
5555
config.assets.version = ""
5656
config.assets.debug = false

0 commit comments

Comments
 (0)