lib/title.rb in title-0.0.6 vs lib/title.rb in title-0.0.7
- old
+ new
@@ -1,4 +1,7 @@
+app = File.expand_path('../../app', __FILE__)
+$LOAD_PATH.unshift(app) unless $LOAD_PATH.include?(app)
+
require 'title/version'
require 'rails/engine'
require 'title/engine'
require 'helpers/title/title_helper'