LIST-LUXEMBOURG / iguess

iGuess 1.0 - The iGuess implementation in Rails
GNU General Public License v3.0
6 stars 0 forks source link

Reactivate AdminMailer command #134

Closed eykamp closed 10 years ago

eykamp commented 10 years ago

Need to reactivate AdminMailer. I commented this out while mail sending is broken in order to fix a crash. I hope that when mailing works, this will work as well.

In app/models/user.rb:

 def send_admin_mail
    # AdminMailer.new_user_waiting_for_approval(self).deliver
  end
ldesousa commented 10 years ago

Registration of new user successful.