5 lines
123 B
Ruby
5 lines
123 B
Ruby
|
# Preview all emails at http://localhost:3000/rails/mailers/map_mailer
|
||
|
class MapMailerPreview < ActionMailer::Preview
|
||
|
|
||
|
end
|