Module: Htmltoword

Defined in:
lib/htmltoword.rb,
lib/htmltoword/version.rb,
lib/htmltoword/htmltoword_helper.rb

Defined Under Namespace

Modules: HtmltowordHelper Classes: Document

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.rootObject



10
11
12
# File 'lib/htmltoword.rb', line 10

def self.root
  File.expand_path '../..', __FILE__
end

.templates_pathObject



13
14
15
# File 'lib/htmltoword.rb', line 13

def self.templates_path
  File.join root, "templates"
end