Method: CloudTempfile::Config#yml_path

Defined in:
lib/cloud_tempfile/config.rb

#yml_pathObject



174
175
176
# File 'lib/cloud_tempfile/config.rb', line 174

def yml_path
  Rails.root.join("config", "cloud_tempfile.yml").to_s
end