<FromGitter>
<charleystran> could someone help me with an association issue that I am having? I have an Entry who has_one :factor_set the factor_set belongs_to :entry . However when I try to access the factor_set from the entry via ```== entry.factor_set.id``` I get this error at compile time ```undefined method 'id' for Nil (compile-time type is (FactorSet | Nil))``` Any advice on how to get around that to access the association? ps - my
<FromGitter>
... other has_many, belongs_to relationships work just fine
<FromGitter>
<Blacksmoke16> the `!` will raise if it was not found, but if its possible `entry` wouldnt have a `factor_set` would have to do something like