You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Ash42Z I think you have a typo on the tag association has_many tags : Post but the main issue is that you're trying to go through a join table it appears. In order for that to work you have to define that model and define the associations in the Post and Tag models
Hi! Have you tried to repeat the example from the tests (spec)?
There are differences in the fixtures in the models clear/spec/model/relations/fixture.cr
I am running crystal 1.0.0 on linux. I set the clear dependency to
branch: master
.Tried to compile this (Example from the tutorial):
I got the following compile error:
Is this a bug or am I doing something wrong?
The text was updated successfully, but these errors were encountered: