OSDN Git Service

t#31078:add ImportResult
[pettanr/pettanr.git] / app / models / provider_license.rb
index 8f1b541..53e1e20 100644 (file)
@@ -32,7 +32,7 @@ class ProviderLicense < ActiveRecord::Base
       end
       raise ActiveRecord::Rollback if res.any?
     end
-    res
+    LicenseImportResult.new res
   end
   
 end