mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
reduce file stats by improving our dir glob pattern
This commit is contained in:
parent
295a7fd1bb
commit
128467e927
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ module ActionView
|
|||
|
||||
exts.each do |ext|
|
||||
query << "{"
|
||||
ext.compact.each { |e| query << ".#{e}," }
|
||||
ext.compact.uniq.each { |e| query << ".#{e}," }
|
||||
query << "}"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue