I have an odd issue that I am having a difficult time solving.

When I attempt to create or edit data in my rails app; it INSERTs NULL
values instead of the values I eintered in the form. Same with editing
the data; it doesn't UPDATE the table with values I entered. Via the
console, I can see that it recieved the values but the SQL statements
show NULL values.

I don't know where my problem lies. Here's my code below. Any help
would be greatly appreciated. Thanks!

Console error
http://dpaste.com/90452/

meetmes_controller.rb
http://dpaste.com/90453/

meetme.rb Model (nothing in here)
http://dpaste.com/90454/

meetme view (new)
http://dpaste.com/90455/

meetme view (edit)
http://dpaste.com/90456/


Michael
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to