lib/stache.rb in stache-0.0.3 vs lib/stache.rb in stache-0.1.0
- old
+ new
@@ -2,9 +2,13 @@
require "stache/config"
require "stache/util"
require "stache/handler"
require "stache/asset_helper"
+if defined? ::Rails::Railtie and ::Rails::VERSION::MAJOR >= 3
+ require 'stache/railtie'
+end
+
module Stache
extend Config
end
\ No newline at end of file