lib/hobo_rapid.rb in hobo_rapid-1.4.0.pre4 vs lib/hobo_rapid.rb in hobo_rapid-1.4.0.pre5
- old
+ new
@@ -2,10 +2,10 @@
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/tablatom/hobo_tree_table/edit/master/hobo_rapid"
+ EDIT_LINK_BASE = "https://github.com/tablatom/hobo/edit/master/hobo_rapid"
require 'hobo_rapid/railtie' if defined?(Rails)
class Engine < ::Rails::Engine
end