Ruby on Rails Discussions
Bug or Feature / @var.save
rubyonrails-talk
Rick_Olson
(Rick Olson)
May 17, 2007, 4:42pm
1
You're setting e to the return value of save! You can use create! though:
e = Event.create!(params)
Related topics
Topic
Replies
Views
Activity
Bug or Feature / @var.save
rubyonrails-talk
0
107
May 17, 2007
Simple ActiveRecord not saving
rubyonrails-talk
0
105
June 13, 2007
Something wierd with .save method
rubyonrails-talk
5
206
May 6, 2007
ar save! bug?
rubyonrails-talk
3
120
July 12, 2007
how to debug "save" error?
rubyonrails-talk
0
113
March 26, 2007