So Jomura

Results 2 comments of So Jomura

I resolved similar problem as follows. ```rb categories = Category.includes(:another_model).find([1, 2, 3]) product = Product.new(categories: categories, name: 'Foo') product.save ```

I added the below line to `go.mod` and `go run github.com/oxequa/realize` worked fine. ``` replace gopkg.in/urfave/cli.v2 => github.com/urfave/cli/v2 v2.1.1 ```