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…
Reference in New Issue