Method: WebStat::Configure.get_configure_path

Defined in:
lib/web_stat/configure.rb

.get_configure_pathObject

Get configure path



17
18
19
20
21
22
23
# File 'lib/web_stat/configure.rb', line 17

def get_configure_path
  if File.exist?(get_custom_configure_path)
    get_custom_configure_path
  else
    get_default_configure_path
  end
end