globalize2
globalize2 copied to clipboard
Translation objects after updates does not work
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.