displayed value - in-place-editor
- by Ben
So I put in in-place editing for one of my models.
One of the attributes is PRICE.
I used the to_currency method to format the value before it is displayed.
The problem I'm having is that with the in-place editor, I just can't figure out how to set a custom display value.
I'm trying to get the price to display as $20.00 until it is clicked, but the in place editor displays 20.0..