lib/og/backend.rb in nitro-0.10.0 vs lib/og/backend.rb in nitro-0.11.0

- old
+ new

@@ -1,13 +1,13 @@ # * George Moschovitis <gm@navel.gr> # (c) 2004-2005 Navel, all rights reserved. -# $Id: backend.rb 249 2005-02-04 14:03:00Z gmosx $ +# $Id: backend.rb 263 2005-02-23 13:45:08Z gmosx $ require 'yaml' require 'og/connection' -class Og +module Og # Abstract backend. A backend communicates with the RDBMS. # This is the base class for the various backend implementations. class Backend