exists?(preview)
Returns true if the preview exists.
# File actionmailer/lib/action_mailer/preview.rb, line 107 def exists?(preview) all.any? { |p| p.preview_name == preview } end