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