globalize2 icon indicating copy to clipboard operation
globalize2 copied to clipboard

Translation objects after updates does not work

Open xlash opened this issue 15 years ago • 0 comments

the following gave me some problems :

article = Article.find(1)
article.title
     ==> Globalize::Translation::Attribute

article.update_attributes(params[:acticle])
article.title
     ==> String

Problems for view after update.

xlash avatar Nov 23 '09 20:11 xlash