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