lib/constants.rb in evertils-0.0.4 vs lib/constants.rb in evertils-0.0.5
- old
+ new
@@ -1,7 +1,7 @@
module Granify
PACKAGE_NAME = "evertils"
- INSTALLED_DIR = File.dirname($0)
+ INSTALLED_DIR = ""
LOG_DIR = INSTALLED_DIR + "/logs"
DEFAULT_LOG = Log.new # no args means default log
HELPER_DIR = INSTALLED_DIR + "/lib/helpers/"
CONTROLLER_DIR = INSTALLED_DIR + "/lib/controllers/"
MODEL_DIR = INSTALLED_DIR + "/lib/models/"
\ No newline at end of file