J
Juan Zanos
Hi, I'm not sure if this is a ruby question or a rails question. If
I create an ActiveRecord table in one thread I can't find it in
another thread, which I'd like to be able to do. Interestingly,
this behavior seems to be dependent on whether all the code is in a
single file or in separate ones, which seems odd to me.
I create an ActiveRecord table in one thread I can't find it in
another thread, which I'd like to be able to do. Interestingly,
this behavior seems to be dependent on whether all the code is in a
single file or in separate ones, which seems odd to me.