Hey guys, Take a look at http://dev.rubyonrails.org/ticket/732. The essential ''problem'' is that Rails doesn''t support a module and a class both named Customer. (::Customer, not in modules themselves) Is this something that''s even possible with ruby? it looks like it should be marked as wontfix? But as I''m a little new to ruby, I figured I''d ask here. -- Cheers Koz
On Tuesday 01 March 2005 19:52, Michael Koziarski wrote:> Hey guys, > > Take a look at http://dev.rubyonrails.org/ticket/732. The essential > ''problem'' is that Rails doesn''t support a module and a class both > named Customer. (::Customer, not in modules themselves)I agree. This could be supported by putting all models inside a Models module and all controllers inside a Controllers module. My opinion is that the effort isn''t worth it. Another option would be to give controller modules names such as CustomerModule or CustomerControllers. -- Nicholas Seckar aka. Ulysses