Sha256: d74a04630126e6d12db6660b7ba0cd9fab4d97dcf19d9a367cdf2200422d8061

Contents?: true

Size: 281 Bytes

Versions: 23

Compression:

Stored size: 281 Bytes

Contents

module HoboJquery
  @@root = Pathname.new File.expand_path('../..', __FILE__)
  def self.root; @@root; end

  EDIT_LINK_BASE = "https://github.com/Hobo/hobodoc/edit/master/hobo_jquery"

  require 'hobo_jquery/railtie' if defined?(Rails)

  class Engine < ::Rails::Engine
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
hobo_jquery-2.0.0.pre6 lib/hobo_jquery.rb
hobo_jquery-2.0.0.pre5 lib/hobo_jquery.rb
hobo_jquery-2.0.0.pre4 lib/hobo_jquery.rb