4 lines
86 B
Ruby
4 lines
86 B
Ruby
Clearance.configure do |config|
|
|
config.mailer_sender = 'donotreply@example.com'
|
|
end
|