Bartłomiej Szałach
Results
1
comments of
Bartłomiej Szałach
It's confusing for me when and where I have to put associations. For example I have something like this: ```elixir def parent_params_factory do %{ unique_name: "John", children: [build(:child)] } end...