class ActionMailer::Preview

def all

Returns all mailer preview classes
def all
  load_previews if descendants.empty?
  descendants
end