Possible fix for issue #2849
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
class PoolArchive < ActiveRecord::Base
|
class PoolArchive < ActiveRecord::Base
|
||||||
|
|
||||||
|
belongs_to :updater, :class_name => "User"
|
||||||
|
|
||||||
def self.enabled?
|
def self.enabled?
|
||||||
Danbooru.config.aws_sqs_archives_url.present?
|
Danbooru.config.aws_sqs_archives_url.present?
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user