This commit is contained in:
albert
2013-01-06 14:39:50 -05:00
parent c39010ff30
commit 7ea19af056

View File

@@ -33,7 +33,7 @@ class Advertisement < ActiveRecord::Base
end end
def image_path def image_path
"#{Danbooru.config.advertisement_path}/ads-#{date-prefix}/#{file_name}" "#{Danbooru.config.advertisement_path}/ads-#{date_prefix}/#{file_name}"
end end
def file def file