You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classTourHotel < ApplicationRecord
..
rails_admindoeditdofield:hoteldoeager_loadtrueendendend
...
end
When I access http://localhost:3000/admin/active_tour/4/edit I get the bullet warning saying: USE eager loading detected TourHotel => [:hotel] Add to your finder: :includes => [:hotel]
How can I fix this?
The text was updated successfully, but these errors were encountered:
I have two models:
When I access
http://localhost:3000/admin/active_tour/4/edit
I get thebullet
warning saying: USE eager loading detected TourHotel => [:hotel] Add to your finder: :includes => [:hotel]How can I fix this?
The text was updated successfully, but these errors were encountered: