Ruby Forum Ruby on Rails > ruby-gettext and "duplicate message definition" errors

Posted by Sermore --- (sermore)
on 08.05.2006 15:23
it seems that applying rails-gettext (rake updatepo) on a rails project 
with models inheritance breaks correct .pot file generation, because 
inherited models are duplicated. Any workaround?
Posted by Sermore --- (sermore)
on 08.05.2006 16:07
sermore  wrote:
> it seems that applying rails-gettext (rake updatepo) on a rails project 
> with models inheritance breaks correct .pot file generation, because 
> inherited models are duplicated. Any workaround?

found, class models have to stay one per file, as java style

thanks