Sha256: 5efe2855db4bf2775db618df22d510dc4c3f29f523599d350e8363679d2f8316
Contents?: true
Size: 501 Bytes
Versions: 5
Compression:
Stored size: 501 Bytes
Contents
ActiveSupport::Dependencies.autoload_paths |= [File.dirname(__FILE__)] ActiveSupport::Dependencies.autoload_once_paths |= [File.dirname(__FILE__)] 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
5 entries across 5 versions & 1 rubygems