Sha256: 790c215e6503a0c01e86d8b47244a1b252f6d99457bd44bbc3987e73e6c4af4e

Contents?: true

Size: 433 Bytes

Versions: 82

Compression:

Stored size: 433 Bytes

Contents

class <%= mailer_name.camelize %> < ActionMailer::Base
  default from: "from@example.com"

  # Subject can be set in your I18n file at config/locales/en.yml
  # with the following lookup:
  #
  #   en.<%= name %>_mailer.reset_password_email.subject
  #
  def reset_password_email(<%= name %>)
    @<%= name %> = <%= name %>
    @url = change_<%= name %>_url(<%= name %>.reset_password_token)
    mail to: <%= name %>.email
  end
end

Version data entries

82 entries across 82 versions & 2 rubygems

Version Path
bootswatch_rails-3.3.7.8 lib/generators/bootswatch_rails/sorcery/templates/user_mailer.rb
bootswatch_rails-3.3.7.7 lib/generators/bootswatch_rails/sorcery/templates/user_mailer.rb
bootswatch_rails-3.3.7.6 lib/generators/bootswatch_rails/sorcery/templates/user_mailer.rb
bootswatch_rails-3.3.7.5 lib/generators/bootswatch_rails/sorcery/templates/user_mailer.rb
bootswatch_rails-3.3.7.4 lib/generators/bootswatch_rails/sorcery/templates/user_mailer.rb
bootswatch_rails-3.3.7.3 lib/generators/bootswatch_rails/sorcery/templates/user_mailer.rb
scaffold_plus-2.1.4 lib/generators/scaffold_plus/sorcery/templates/user_mailer.rb
scaffold_plus-2.1.3 lib/generators/scaffold_plus/sorcery/templates/user_mailer.rb
scaffold_plus-2.1.2 lib/generators/scaffold_plus/sorcery/templates/user_mailer.rb
scaffold_plus-2.1.1 lib/generators/scaffold_plus/sorcery/templates/user_mailer.rb
bootswatch_rails-3.3.7.2 lib/generators/bootswatch_rails/sorcery/templates/user_mailer.rb
bootswatch_rails-3.3.7.1 lib/generators/bootswatch_rails/sorcery/templates/user_mailer.rb
bootswatch_rails-3.3.7.0 lib/generators/bootswatch_rails/sorcery/templates/user_mailer.rb
bootswatch_rails-3.3.6.2 lib/generators/bootswatch_rails/sorcery/templates/user_mailer.rb
bootswatch_rails-3.3.6.1 lib/generators/bootswatch_rails/sorcery/templates/user_mailer.rb
bootswatch_rails-3.3.5.2 lib/generators/bootswatch_rails/sorcery/templates/user_mailer.rb
bootswatch_rails-3.3.5.1 lib/generators/bootswatch_rails/sorcery/templates/user_mailer.rb
bootswatch_rails-3.3.4.1 lib/generators/bootswatch_rails/sorcery/templates/user_mailer.rb
bootswatch_rails-3.3.2.1 lib/generators/bootswatch_rails/sorcery/templates/user_mailer.rb
bootswatch_rails-3.3.1.2 lib/generators/bootswatch_rails/sorcery/templates/user_mailer.rb