Displaying 1 result from an estimated 1 matches for "c777413c".
Did you mean:
777413
2006 Mar 23
4
how to put the model class in module?
I meet a strange problem. I have a table name is application. So I have
to use Application as the model class name. But it reports error. If I
put the model class into my special module and require the file in
controller, it works. But I find that all predefined methods in Active
Record are no longer effective, such as validate and so on.
Can you please give me some idea on this problem? Thanks .