sergio moretti
2006-May-08 13:23 UTC
[Rails] ruby-gettext and "duplicate message definition" errors
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 via http://www.ruby-forum.com/.
sermore
2006-May-08 14:07 UTC
[Rails] Re: ruby-gettext and "duplicate message definition" errors
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 -- Posted via http://www.ruby-forum.com/.