OSDN Git Service

set path_pattern for mmdbowl
authornomeu <nomeu@users.sourceforge.jp>
Mon, 4 Jul 2011 05:14:39 +0000 (14:14 +0900)
committernomeu <nomeu@users.sourceforge.jp>
Mon, 4 Jul 2011 05:14:39 +0000 (14:14 +0900)
lib/location.rb

index 97b6dd6..1d9e8ad 100644 (file)
@@ -20,6 +20,8 @@ class Location < ActiveRecord::Base
       "log/(\\w+)"
     when 'mmdacc2'
       "src/(\\w+)"
+    when 'mmdbowl'
+      "(dl\\d+)"
     end
   end