You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use namespaces in my application. My models are like this :
School::Teacher in models/school/teacher.rb
School::Student in models/school/student.rb
School::Lesson in models/school/lesson.rb
When I try to generate diagrams, it raises the following exceptions for each model
Warning: exception uninitialized constant Student raised while trying to load model class app/models/school/student.rb
I think it's linked to this pull request : singlebrook#1
Is there a way to tell railroady to consider the parent folder name as a prefix to my models ?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi all !
I use namespaces in my application. My models are like this :
School::Teacher in models/school/teacher.rb
School::Student in models/school/student.rb
School::Lesson in models/school/lesson.rb
When I try to generate diagrams, it raises the following exceptions for each model
I think it's linked to this pull request : singlebrook#1
Is there a way to tell railroady to consider the parent folder name as a prefix to my models ?
Thanks!
The text was updated successfully, but these errors were encountered: