search for: e64d86a8

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

2006 Jan 17
3
Models, Modules, and Callbacks
There''s been some discussion about this before but I think I have a unique problem. I am trying to use modules with models to avoid naming conflicts while connecting to more than one database. Everything seems to be working ok in that we have: - Model definitions in models/namespace/model.rb - Controllers accessing models by Namespace::Model - Controllers loading models using ? model