class Tapioca::Dsl::Compilers::ActionMailer

def gather_constants

def gather_constants
  descendants_of(::ActionMailer::Base).reject(&:abstract?)
end