OSDN Git Service

build pictures
[pettanr/pettanr.git] / app / models / standard_license.rb
index 4c50d04..e359c6c 100644 (file)
@@ -9,7 +9,9 @@ class StandardLicense < ActiveRecord::Base
   end
   
   def credit
-    nil
+    {
+      :system_picture_id => self.license.system_picture_id
+    }.to_json.to_s
   end
   
 end