bernat / best_in_place

A RESTful unobtrusive jQuery Inplace-Editor and a helper as a Rails Gem
http://blog.bernatfarrero.com/in-place-editing-with-javascript-jquery-and-rails-3/
1.2k stars 571 forks source link

best_in_place not working in mongoid #505

Open praneeththota opened 9 years ago

praneeththota commented 9 years ago

I'm using best_in_place in mongoid rails 4. I'm able to change the value but it is not reflecting the updated value immediately. When I refresh then updated value is showing. when i saw the terminal i'm getting the below error: ActionView::Template::Error (undefined method `created_at' for #Product:0x007f3b7b325038): can anyone help me out of this