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
lgierth_ has joined #datamapper
lgierth has quit [Ping timeout: 252 seconds]
lgierth_ has quit [Remote host closed the connection]
lgierth has joined #datamapper
nhmood has joined #datamapper
<nhmood>
I'm having some problems saving a record and was hoping someone could help
<nhmood>
I'm using sinatra, and it is a simple User has n Tests
<nhmood>
i.e. User --> has n, :tests
<nhmood>
Test --> belongs_to :user
postmodern has quit [Quit: Leaving]
<nhmood>
whenever I try to save the record I get a false return, but the record.errors is empty