Sha256: 1c0ebd6920822a7859eed8e5281b95f0f83f4bf1e2db6f4de74db2bc65c8b0a4

Contents?: true

Size: 364 Bytes

Versions: 3

Compression:

Stored size: 364 Bytes

Contents

module HoboClean

  VERSION = File.read(File.expand_path('../../VERSION', __FILE__)).strip
  @@root = Pathname.new File.expand_path('../..', __FILE__)
  def self.root; @@root; end

  EDIT_LINK_BASE = "https://github.com/tablatom/hobo_tree_table/edit/master/hobo_clean"

  require 'hobo_clean/railtie' if defined?(Rails)

  class Engine < ::Rails::Engine
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hobo_clean-1.4.0.pre4 lib/hobo_clean.rb
hobo_clean-1.4.0.pre3 lib/hobo_clean.rb
hobo_clean-1.4.0.pre2 lib/hobo_clean.rb