From 322e6170682de6cd57bffc7dfb6ca5040875a3cf Mon Sep 17 00:00:00 2001 From: did Date: Tue, 28 Jun 2011 17:43:11 +0200 Subject: [PATCH] fixing the heroku version: engine requires cancan --- lib/locomotive/engine.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/locomotive/engine.rb b/lib/locomotive/engine.rb index 6469e10e..2c7efc19 100644 --- a/lib/locomotive/engine.rb +++ b/lib/locomotive/engine.rb @@ -22,6 +22,7 @@ require 'delayed_job_mongoid' require 'zip/zipfilesystem' require 'jammit-s3' require 'dragonfly' +require 'cancan' $:.unshift File.dirname(__FILE__)