| http://www.w3.org/ns/prov#value | - Yeah, there is a one letter typo, I sent in a fix for this before the article was published, but guess it didn't make it into the article.def on_message(message) logger.debug PersistMessageProcessor received: + message my_message = Message.create(:body=>message, :received_date=>DateTime.new)end should be :received_date=>DateTime.now not :received_date=>DateTime.newCheers,-Andrew K
|