I recently updated rails application from 4.0 to 4.1. When I try to execute Department.where("conditions").all(:include => [:users]) this give the following error
ArgumentError: wrong number of arguments (given 1, expected 0)
Any help on how to fix this would be great, Thanks.