dkubb changed the topic of #datamapper to: Datamapper v1.2.0 | Mailing List: http://is.gd/aa9D | Logs: http://is.gd/qWAL7V | DataMapper 2 Renamed to ROM, see #rom-rb for development
<m_o_>
hi folks, i'm pretty new to datamapper and working on a simple web app in ruby. i've been tracking down a bug and think i've realized that i'm trying to access an uninitialized variable in one of my datamapper objects. since i'm creating the object before defining the variables, is there a safe default to set it to in the meantime?
<m_o_>
it's currently bugging out when i try to access an undefined property in a .erb file
<m_o_>
the error is "NoMethodError - undefined method `title' for nil:NilClass:"