X-Git-Url: http://git.osdn.net/view?p=pettanr%2Fpettanr.git;a=blobdiff_plain;f=app%2Fmodels%2Fstandard_license.rb;fp=app%2Fmodels%2Fstandard_license.rb;h=e359c6cecdf347b52e58b33150315723b49ac377;hp=4c50d0495ab726cb3b477ced8fc4343c7bc937fc;hb=1a2fb1c39c1f373494a584eb3cb54adb7a733375;hpb=63b71e8877287f1392ce62086f3c4edea5e7ced2 diff --git a/app/models/standard_license.rb b/app/models/standard_license.rb index 4c50d049..e359c6ce 100644 --- a/app/models/standard_license.rb +++ b/app/models/standard_license.rb @@ -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