Sha256: 9b4c44d20d6e13bcba60ac3893c24d9e6dd94f914d88e435e3244469c6828375
Contents?: true
Size: 639 Bytes
Versions: 75
Compression:
Stored size: 639 Bytes
Contents
Description: ============ Generates a new mailer and its views. Passes the mailer name, either CamelCased or under_scored, and an optional list of emails as arguments. This generates a mailer class in app/mailers and invokes your template engine and test framework generators. Example: ======== bin/rails generate mailer Notifications signup forgot_password invoice creates a Notifications mailer class, views, and test: Mailer: app/mailers/notifications_mailer.rb Views: app/views/notifications_mailer/signup.text.erb [...] Test: test/mailers/notifications_mailer_test.rb
Version data entries
75 entries across 71 versions & 6 rubygems