Rodrigo Gonzalez

Results 3 issues of Rodrigo Gonzalez

## Description belongs_to associations have an issue with primary key not named id This is a valid model type Skin struct { ID int64 `json:"skin_id" db:"skin_id"` CreatedAt time.Time `json:"created_at" db:"created_at"`...

f: associations

## Description Add primary_id tag to belongs_to association when using EagerPreload 1 - Right now if you are not using preload you can define the primary key field name when...

s: triage
f: associations

Do you have any example about how to put the User info so appflyers work? Thanks and great work