Closed vlebedeff closed 8 years ago
Yes, it's the same issue than #11, i don't know yet why it occurs.
@bricesanchez It looks like I've worked around it with
require_dependency 'refinery/products/categories/url'
require_dependency 'refinery/products/categories/finder'
added to config/initializers/refinery/products.rb
.
Don't know whether it's a good practice, but it saves me from restarts.
When I edit the code without restarting a development web server, I get
It goes away after a restart, but it's a pain.