<FromGitter>
<ikaru5> Hey guys :) A pretty simple question I guess: ⏎ I have a Granite model named World and trying to call "World.first.id" ⏎ But the compiler says "undefined method 'id' for Nil (compile-time type is (World | Nil))" ⏎ I understand why. But dont know how to solve it "the right way" :D ⏎ In this case there is always a World in the database, so if there is not I would love to see the application fail. :)