1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00
draper/spec/dummy/app/mailers/application_mailer.rb
Andrew Haines cfbc3888e9 Add mailer specs
Closes #316
2012-11-13 20:32:29 +00:00

3 lines
73 B
Ruby

class ApplicationMailer < ActionMailer::Base
include LocalizedUrls
end