Displaying 1 result from an estimated 1 matches for "notifyemail".
Did you mean:
  notify_email
  
2006 Mar 29
4
trouble adding to database (stringify_keys)
I''m brand new to rails and am trying to build a simple ajax email 
collection form.  It''s just a coming soon sort of thing where the user 
can enter his email address in the field, hit submit, and the ajax form 
dumps the email into the database and says "success" unless the email is 
blank or not unique in which case it says "failure."
The trouble is, no