Merc Studio Tech Blog
Wednesday, June 25, 2014
Circular dependency detected while autoloading constant
When face upon this issue,
its caused by naming controller or calling model name incorrectly.
possible issue are naming are case sensitive.
example:
#model
class Oi
end
But calling
OI.find #this lead to circular dependency error
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)