find(preview)
Find a mailer preview by its underscored class name.
# File actionmailer/lib/action_mailer/preview.rb, line 111 def find(preview) all.find { |p| p.preview_name == preview } end