Displaying 1 result from an estimated 1 matches for "page_transl".
2005 Dec 24
2
Multi language pages (access @session from a model)
Hi,
I''m creating a simple Ruby on Rails based CMS. It will support multiple
languages. Therefore I''ve a table ''pages'' and a table
''page_translations''. The table ''page'' contains a title and body in the
default language, the table ''page_translations'' contain a title and body
for an other language.
Now I would like to have an easy way to retrieve the title and body of a
page given the current...