Merge pull request #345 from locomotivecms/no_require

Require the engine on gem load.
This commit is contained in:
Didier Lafforgue 2012-04-13 05:48:22 -07:00
commit e2b73d786a
1 changed files with 1 additions and 0 deletions

1
lib/locomotive_cms.rb Normal file
View File

@ -0,0 +1 @@
require 'locomotive/engine'