[ap4r-devel] [288] branches/200709_gihyo/async_shop/as_rails/vendor/plugins/ap4r/lib/ap4r/service_handler.rb: Fix: file name typo

shino at rubyforge.org shino at rubyforge.org
Fri Aug 31 02:43:35 EDT 2007


Revision: 288
Author:   shino
Date:     2007-08-31 02:43:33 -0400 (Fri, 31 Aug 2007)

Log Message:
-----------
Fix: file name typo

Modified Paths:
--------------
    branches/200709_gihyo/async_shop/as_rails/vendor/plugins/ap4r/lib/ap4r/service_handler.rb

Modified: branches/200709_gihyo/async_shop/as_rails/vendor/plugins/ap4r/lib/ap4r/service_handler.rb
===================================================================
--- branches/200709_gihyo/async_shop/as_rails/vendor/plugins/ap4r/lib/ap4r/service_handler.rb	2007-08-31 02:12:40 UTC (rev 287)
+++ branches/200709_gihyo/async_shop/as_rails/vendor/plugins/ap4r/lib/ap4r/service_handler.rb	2007-08-31 06:43:33 UTC (rev 288)
@@ -14,7 +14,7 @@
   class ServiceHandler
 
     def initialize(config_file = RAILS_ROOT + "/config/test_async.yml")
-      raise "please create config/async_test.yml to configure ap4r service." unless File.exist?(config_file)
+      raise "please create config/test_async.yml to configure ap4r service." unless File.exist?(config_file)
 
       config = {}
       File.open(config_file, "r") do |input|




More information about the ap4r-devel mailing list