OSDN Git Service

fixed typo
authornomeu <nomeu@users.sourceforge.jp>
Sun, 7 Aug 2011 12:42:30 +0000 (21:42 +0900)
committernomeu <nomeu@users.sourceforge.jp>
Sun, 7 Aug 2011 12:42:30 +0000 (21:42 +0900)
app/models/arc.rb

index f7894df..072b4b5 100644 (file)
@@ -6,7 +6,7 @@ class Arc < ActiveGroonga::Base
   end
 
   def create_entries(path)
-    archiver = Archiver.load(path, extname)
+    archiver = Archivers.load(path, extname)
     unless archiver
       puts "archiver not found: #{path}"
       return