Sha256: 9d066eb5f0fc35ab89fe51f288eea1827e37cf362006dc96f7a98d3c029574cd

Contents?: true

Size: 369 Bytes

Versions: 9

Compression:

Stored size: 369 Bytes

Contents

require "table_help/version"

module TableHelp
  module_function

  def configure
    yield(config)
  end

  def config
    @_config ||= Config.new
  end
end

require "table_help/config"
require "table_help/formatter"
require "table_help/strategy"
require "table_help/table_for"
require "table_help/attributes_table_for"
require "table_help/railtie" if defined?(Rails)

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
table_help-0.2.0 lib/table_help.rb
table_help-0.1.7 lib/table_help.rb
table_help-0.1.6 lib/table_help.rb
table_help-0.1.5 lib/table_help.rb
table_help-0.1.4 lib/table_help.rb
table_help-0.1.3 lib/table_help.rb
table_help-0.1.2 lib/table_help.rb
table_help-0.1.1 lib/table_help.rb
table_help-0.1.0 lib/table_help.rb