On Wed, Mar 7, 2012 at 11:20 PM, weheh <[email protected]> wrote:
> should one be inclined to leave db table > definitions in models, or move those to modules as well? > it depends on how much tables do you have in models. It is only done to avoid all the tables to be defined even when they are not needed, if your app uses the tables everywhere or if you have few tables, so it will be better to have it in models. -- Bruno Rocha [http://rochacbruno.com.br]

