Hi, I have a column called 'cell' which has a string of 10 digits number. In helper, a method 'cell_column(record)' uses number_to_phone to show it nicely. I want to enable inplace_edit, so in controller, columns[:cell].inplace_edit = true. Since cell_column has priority, the inplace_edit doesn't work.
What's the best way to enable inplace_edit, and also let it show it nicely? Thanks, -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en.
