search for: web_ca_user_sandbox_base

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

2006 Apr 17
0
One model class per file?
...ts each model class in its own file? I come to this conclusion because of the error message i get, when i pack more than one of my model classes in one file. It says: This error occured while loading the following files: input_controller.rb => model general_data.rb general_data.rb web_ca_user_sandbox_base.rb All those *.rb files rails is trying to load, correspond to the model classes I created following the naming conventions. Is there any way to tell rails NOT to search for a model class in its own file? Or am I simply not getting something :-) thx in advance! gamsl