bigardone/calendlex

ArgumentError

ambareesha7 opened this issue · 1 comments

I'm following your article its nice and getting this error
"(ArgumentError) field/association :event_type is already set on schema"
in event.ex file on belongs_to(:event_type, Calendly.EventType)
i tried to use use has_many instead of belongs_to but issue is not going
any suggestions?

I have fixed it