Anton Petrunich

Results 1 comments of Anton Petrunich

Have the same issue with joins. Кузкщвгсфиду example can be minimised to: ``` class Users < ROM::Relation[:sql] schema(infer: true) do associations do has_many :undone_tasks end end end class UndoneTasks <...