I\'ve been trying hard to solve this problem but i really don\'t know what is happening. I have this small piece of code :
DiscoveredLocation.find_by_user_id(use
I could be wrong, however to help you out, try DiscoveredLocation.find_by_user_id(user.id, :include => [:boss_kill])
DiscoveredLocation.find_by_user_id(user.id, :include => [:boss_kill])
Lastly, are you sure you are passing a variable called user into the controller? maybe current_user, if you are using a popular auth gem?