Hi, I thanks for this script :)
For each files in models/ directory, I have the following ouput:
'Not a model file'
The dot file is created, but nearly empty:
digraph structs {
label = "black :belongs_to\nblue :has_many \nred :has_one \nmagenta :has_and_belongs_to "
}
This problem seems to come from method 'new' on a non-existant evaluated class.
Any idea?
Regards,
Guillaume |