I am trying to get form submitted data be submitted to my database,
however not matter what I try it won’t work. in script/console
Model.create(args) adds to the database just fine.
pastie is here
I’ve tried .create(!), .save after it, and Model.new in the action
index.
Thanks for any help