examples/og/mysql_to_psql.rb in og-0.9.5 vs examples/og/mysql_to_psql.rb in og-0.10.0
- old
+ new
@@ -12,11 +12,9 @@
# $Id$
raise 'WARNING, this example does not work yet, for the moment ' +
'just have a look at the source code.'
-$:.unshift File.join(File.dirname(__FILE__), '..', '..', 'lib')
-
require 'og'
# An example managed object.
# Looks like an ordinary Ruby object.