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
Does it make sense to have model-based association on belongs_to and has_one like they are available on has_many
classAPI::V1::Post < Daylight::APIhas_one:blog,through: :associationhas_one:company,through: associationhas_many:comments,through: association# only one currently supportedend
Does it make sense to have model-based association on
belongs_toandhas_onelike they are available onhas_many