Add <assoc_name>! for bypassing lazy load checks
paulcsmith opened this issue · 0 comments
paulcsmith commented
Sometimes you don't want/need to preload:
user = UserQuery.new.first
user.comments! # Get the comments without preloading
paulcsmith opened this issue · 0 comments
Sometimes you don't want/need to preload:
user = UserQuery.new.first
user.comments! # Get the comments without preloading