draper/spec/dummy/app/models/mongoid_post.rb

6 lines
81 B
Ruby

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