Sha256: 7c1a6a0cb305afb050a40f7059aa48cfbb2fa42e8ec094a7eb222d716cfd2853

Contents?: true

Size: 364 Bytes

Versions: 3

Compression:

Stored size: 364 Bytes

Contents

module HoboRapid

  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_rapid"

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

  class Engine < ::Rails::Engine
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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