Module: CloudflareEmailService
- Defined in:
- lib/generators/cloudflare_email_service/install_generator.rb
Overview
Generator-only namespace. The flat constant maps the gem name ‘cloudflare-email_service` onto the `rails g cloudflare_email_service:install` command (Rails derives the namespace from the first module). Runtime code lives under `Cloudflare::EmailService`; this file is loaded only by Rails’ generator lookup, never at gem runtime, so the core stays Rails-free.
Defined Under Namespace
Modules: Generators