Sha256: 67dd7d7d06f99a08c21e160d372031a87ee6b9ab31fad9655443cc57cba5dfeb

Contents?: true

Size: 349 Bytes

Versions: 8

Compression:

Stored size: 349 Bytes

Contents

# encoding: UTF-8
require "action_controller"
require "action_view"
require "nokogiri"
require "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

8 entries across 8 versions & 1 rubygems

Version Path
htmltoword-0.1.8 lib/htmltoword.rb
htmltoword-0.1.5 lib/htmltoword.rb
htmltoword-0.1.4 lib/htmltoword.rb
htmltoword-0.1.3 lib/htmltoword.rb
htmltoword-0.1.2 lib/htmltoword.rb
htmltoword-0.1.1 lib/htmltoword.rb
htmltoword-0.1.0 lib/htmltoword.rb
htmltoword-0.0.2 lib/htmltoword.rb