5 lines
77 B
Ruby
5 lines
77 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class UserPreview < ActionMailer::Preview
|
||
|
end
|