1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00
draper/spec/dummy/app/models/mongoid_post.rb
2013-01-21 13:39:19 +00:00

5 lines
81 B
Ruby

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