Model's boolean attribute always being set to true?

maybe try logger.debug( @articles[0].draft? ) since that's more explicitly asking "is this true-ish?"

Walter

I figured it out. I had an error in one of the model callbacks and was overwriting the data that had just been read from the DB.

Thanks, Jim