Jon McCartie
Results
2
comments of
Jon McCartie
@maletor How do I prevent N+1s? I tried `Posting.includes(:user, :photos)`, but get the following error: ``` Association named 'photos' was not found on Posting; perhaps you misspelled it? ``` Is...
This worked for me... ``` javascript $(window).unbind('scroll') ```