mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 23:19:25 +08:00
BUG: Load the appropriate file for AlternativeReplyByEmailAddressesValidator
Autoloading only works when the class names are namespaced appropriately.
This commit is contained in:
parent
a7844de7ee
commit
f315c142b1
@ -1,3 +1,5 @@
|
||||
require 'validators/reply_by_email_address_validator'
|
||||
|
||||
class AlternativeReplyByEmailAddressesValidator
|
||||
def initialize(opts = {})
|
||||
@opts = opts
|
||||
|
Loading…
x
Reference in New Issue
Block a user