Work in progress: Swap out onebox code for onebox gem

This commit is contained in:
Robin Ward
2014-01-27 15:09:09 -05:00
committed by Neil Lalonde
parent a4e28eadd0
commit e453bfa073
76 changed files with 44 additions and 2510 deletions

View File

@ -1,7 +1,6 @@
# Post processing that we can do after a post has already been cooked.
# For example, inserting the onebox content, or image sizes/thumbnails.
require_dependency "oneboxer"
require_dependency 'url_helper'
class CookedPostProcessor