search for: content_articl

Displaying 1 result from an estimated 1 matches for "content_articl".

Did you mean: content_articles
2006 Mar 30
1
Globalize DB translate not working in Rails 1.1.0
...39;en'' article = Content::Article.find(article.id) assert_equal ''Nieuwe Titel voor Artikel'', article.content.title SELECT * FROM content_items WHERE (content_items.id = 146) AND ( (content_items.`object_type` = ''Article'' ) ) LIMIT 1 SELECT * FROM content_articles WHERE (content_articles.id = 146) LIMIT 1 Anyone else experienced this issue?