]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/user_controller.rb
some more rails stuff
[rails.git] / app / controllers / user_controller.rb
index da27a95dcce283288a578323ae3240093c3097b9..42460b4e0d15872a1569f7d1529601ccea93e5b6 100644 (file)
@@ -1,5 +1,10 @@
 class UserController < ApplicationController
 
+  def create
+    # do some checks, find the user then send the mail
+    Notifier::deliver_confirm_signup(user)
+  end
+  
   def new
 
   end