Sha256: f490505bf739cf35fd7c6e4045c52ec77998152db009ef78b71fe25665659d80
Contents?: true
Size: 286 Bytes
Versions: 22
Compression:
Stored size: 286 Bytes
Contents
module HoboCleanAdmin VERSION = File.read(File.expand_path('../../VERSION', __FILE__)).strip @@root = Pathname.new File.expand_path('../..', __FILE__) def self.root; @@root; end require 'hobo_clean_admin/railtie' if defined?(Rails) class Engine < ::Rails::Engine end end
Version data entries
22 entries across 22 versions & 1 rubygems