railroady
railroady copied to clipboard
Warning: exception stack level too deep raised while trying to load model class app/models/store.rb
Hello sir
when i run rake diagram:models:complete
it raise Warning: exception stack level too deep raised while trying to load model class app/models/store.rb
my versions
ruby: 1.9.3p125
rails: 3.2.2
and I have install dot
Can someone help me?
Just a note to anyone else getting this error. I had this exception and the problem was with a has_many :name, through: :name
. Notice the repeating symbol.