Antoine Joulie

Results 1 issues of Antoine Joulie

**To reproduce** Create a rails app with this gist : https://gist.github.com/ajoulie/df84134d49a9b8c7785a Create an author and run scope on console ``` a = Author.create(name: 'the_name') a.post.test ``` **Stack shows** ``` NoMethodError:...