lib/interlock/config.rb in interlock-1.0 vs lib/interlock/config.rb in interlock-1.1
- old
+ new
@@ -17,10 +17,10 @@
class << self
#
# Load the configuration file, if available, and then set up the Memcached instance,
# Rails settings, and CACHE constants. Should be more or less compatible with
- # cache_fu.
+ # Cache_fu.
#
def run!
if File.exist?(CONFIG_FILE)
config = YAML.load_file(CONFIG_FILE)
config.deep_symbolize_keys!
\ No newline at end of file