typo fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user