How can I write the activerecord statement,
Comments.where("attachment IS NOT NULL")
in DataMapper
ie., I want to execute "SELECT * FROM comments WHERE attachment IS NOT NULL;
with DataMapper in rails.
Please help; I am not much familiar with DM!