jo-tilkee
Results
2
comments of
jo-tilkee
Same problem: ```ruby # user has a level_id reload! ; u = User.find(1785) ; p u ; p u.level reload! ; u = User.find(1785) ; p u ; p Level.find(1)...
I had the same problem, and my solution was in the readme. ```Important: Do NOT use ENV['DATABASE_URL'], as it inteferes with the the database configuration initialization and may cause Makara...