Sha256: 83c2e9c0d8d848a7e26ba730fd8949e21324cd7a5f64934733805d9f480aa05b

Contents?: true

Size: 353 Bytes

Versions: 2

Compression:

Stored size: 353 Bytes

Contents

# encoding: UTF-8
require "action_controller"
require "action_view"
require "nokogiri"
require "zip/zip"

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

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

require "htmltoword/version"
require "htmltoword/htmltoword_helper"
require "htmltoword/document"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
htmltoword-1.8.7-0.1.8.rc2 lib/htmltoword.rb
htmltoword-1.8.7-0.1.8.rc1 lib/htmltoword.rb