Sha256: 7afecbbd878320c4f61d5cf8cdd893d9ba80e0ac8c064c5ad901e30d10ed660a
Contents?: true
Size: 420 Bytes
Versions: 11
Compression:
Stored size: 420 Bytes
Contents
require 'hobo_rapid' require 'hobo_jquery' require 'will_paginate' module HoboClean 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_clean" require 'hobo_clean/railtie' if defined?(Rails) class Engine < ::Rails::Engine end end
Version data entries
11 entries across 11 versions & 1 rubygems