my blog is abt wht i have learnt technically, mostly in Ruby on Rails, Javascript, node.js
hope this share a little bit of info & adds a bit stuff.,
Thanks.
Wednesday, February 9, 2011
Rails - Active Record - Save without callbacks
Rails - Active Record - Save without callbacks
p = Post.first p.title = "test" p.send(:update_without_callbacks)
No comments:
Post a Comment