We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e78bd76 commit 084483bCopy full SHA for 084483b
lib/mime/types/loader.rb
@@ -79,7 +79,7 @@ def load_columnar
79
#
80
# This will load from columnar files (#load_columnar) if <tt>columnar:
81
# true</tt> is provided in +options+ and there are columnar files in +path+.
82
- def load(options = {columnar: false})
+ def load(options = {columnar: true})
83
if options[:columnar] && !Dir[columnar_path].empty?
84
load_columnar
85
else
0 commit comments