lib/dconstants.rb in andhapp-decoct-1.1.0 vs lib/dconstants.rb in andhapp-decoct-1.2.0
- old
+ new
@@ -1,8 +1,9 @@
-module Dedoct
+module Decoct
module Dconstants
LIB = 'lib'
VIEWS = 'views'
SPEC = 'spec'
PUBLIC = 'public'
+ TEMPLATES = File.dirname(__FILE__) + "/../lib/templates/"
end
end