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