Sha256: 8485e885d004ba6705bab43fd58f80cb532c3e2757f1c5b2ee09ae36032288ca
Contents?: true
Size: 500 Bytes
Versions: 9
Compression:
Stored size: 500 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/Hobo/hobodoc/edit/master/hobo_rapid" require 'hobo_rapid/railtie' if defined?(Rails) class Engine < ::Rails::Engine end end
Version data entries
9 entries across 9 versions & 1 rubygems