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

Version Path
hobo_jquery-2.0.0.pre3 lib/hobo_jquery.rb
hobo_jquery-2.0.0.pre2 lib/hobo_jquery.rb
hobo_jquery-2.0.0.pre1 lib/hobo_jquery.rb
hobo_jquery-1.4.0.pre8 lib/hobo_jquery.rb
hobo_jquery-1.4.0.pre7 lib/hobo_jquery.rb
hobo_jquery-1.4.0.pre6 lib/hobo_jquery.rb
hobo_jquery-1.4.0.pre5 lib/hobo_jquery.rb