Sha256: 8aa1d7e0b2df6620c3c562be7424e0bdde32cb3fbcd03e2edb06976ca26c3ddb

Contents?: true

Size: 353 Bytes

Versions: 2

Compression:

Stored size: 353 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/edit/master/hobo_rapid"

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

  class Engine < ::Rails::Engine
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hobo_rapid-1.4.0.pre6 lib/hobo_rapid.rb
hobo_rapid-1.4.0.pre5 lib/hobo_rapid.rb