Sha256: adbf873355576e763960955b614df4d124996dafe9c5199977010d2b60f2c1ae
Contents?: true
Size: 363 Bytes
Versions: 1
Compression:
Stored size: 363 Bytes
Contents
#Loading directories to be indexed indexed_dir_config_file='config/custom/indexed_directories.yml' IndexedDirectories={} YAML.load_file(indexed_dir_config_file)[RAILS_ENV].each_pair{|abs_or_rel_path, alias_path| IndexedDirectories[Pathname(abs_or_rel_path).realpath.to_s]=alias_path } IndexSavePath=File.join(IndexesSavePath,ENV["RAILS_ENV"] || "development")
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
picolena-0.1.1 | lib/picolena/templates/config/initializers/002_load_indexed_dirs.rb |