tatey / delayed-web

A rails engine that provides a simple web interface for exposing the Delayed::Job queue.
MIT License
74 stars 36 forks source link

Adds Mongoid support. #10

Closed eltiare closed 9 years ago

eltiare commented 9 years ago

Mongoid's syntax is a little different than ActiveRecord's. This adds explicit support for it.

tatey commented 9 years ago

Fantastic :tada:. Thanks for the patch!