Sha256: 40add599466e3813544d42f7e16d4247b0ba2ca6f67db2b00d7bec19bec81f30
Contents?: true
Size: 282 Bytes
Versions: 7
Compression:
Stored size: 282 Bytes
Contents
module HoboJquery @@root = Pathname.new File.expand_path('../..', __FILE__) def self.root; @@root; end EDIT_LINK_BASE = "https://github.com/tablatom/hobo/edit/master/hobo_jquery" require 'hobo_jquery/railtie' if defined?(Rails) class Engine < ::Rails::Engine end end
Version data entries
7 entries across 7 versions & 1 rubygems