Commit 15464516 authored by http://jneen.net/'s avatar http://jneen.net/ Committed by Felipe Artur

force spam checks for support-bot issues

parent 020d1636
module EE
module Issue
# override
def check_for_spam?
return true if author.support_bot?
super
end
end
end
require 'carrierwave/orm/activerecord'
class Issue < ActiveRecord::Base
prepend EE::Issue
include InternalId
include Issuable
include Referable
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment