Re: [Rails] Devise generates Mailer by its own?

2012-02-23 Thread Dev Guy
Hi you might want to ask this on the devise mailing list, you can find it here https://groups.google.com/group/plataformatec-devise Cheers! On Thu, Feb 23, 2012 at 9:58 PM, Soichi Ishida wrote: > Rails 3.1.3 > > Hi. I'm a little confused with Devise and ActionMailer. > > It seems that Devise ha

[Rails] Devise generates Mailer by its own?

2012-02-23 Thread Soichi Ishida
Rails 3.1.3 Hi. I'm a little confused with Devise and ActionMailer. It seems that Devise has its own way of sending mails through ActionMailer. Does it generate Mailer class when "rails g devise..." command is executed? Or do I need to do some special command in order to generate Mailer? I have