luckyframework/lucky_record

Add <assoc_name>! for bypassing lazy load checks

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