if defined?(Mongoid)
  class MongoidPost
    include Mongoid::Document
  end
end
