Sha256: 6dd71c639dcc082516905df74edcf1f6afb90ed6ce20f539a7b6162607c45687

Contents?: true

Size: 480 Bytes

Versions: 2

Compression:

Stored size: 480 Bytes

Contents

# encoding: UTF-8
require 'action_controller'
require 'action_view'
require 'nokogiri'
require 'zip'
require 'htmltoword/configuration'

module Htmltoword
  class << self
    def configure
      yield configuration
    end

    def configuration
      @configuration ||= Configuration.new
    end

    alias :config :configuration
  end
end


require 'htmltoword/version'
require 'htmltoword/htmltoword_helper'
require 'htmltoword/document'
require 'htmltoword/action_controller'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
htmltoword-0.2.1 lib/htmltoword.rb
htmltoword-0.2.0 lib/htmltoword.rb