Sha256: 480e9085b4a4ef71eab0bf04fab304b2d62ed6314748c45677559be7c2a26ba4
Contents?: true
Size: 389 Bytes
Versions: 3
Compression:
Stored size: 389 Bytes
Contents
Description: Explain the generator Example: bin/rails generate po_box User This will create: An initializer in config/initializers/po_box.rb A migration to add the inbox address to the emailable table Mount the engine in config/routes.rb Add the emailable concern to the User model Add the route all emails to the po_box/inbox mailbox
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
po_box-0.1.2 | lib/generators/po_box/USAGE |
po_box-0.1.1 | lib/generators/po_box/USAGE |
po_box-0.1.0 | lib/generators/po_box/USAGE |