4 lines
130 B
Ruby
4 lines
130 B
Ruby
|
|
# Preview all emails at http://localhost:3000/rails/mailers/comment_mailer
|
||
|
|
class CommentMailerPreview < ActionMailer::Preview
|
||
|
|
end
|