Class: SqliteInit

Inherits:
Gloo::Plugin::Base
  • Object
show all
Defined in:
lib/gloo-sqlite.rb

Overview

Registers the extension.

Instance Method Summary collapse

Instance Method Details

#register(callback) ⇒ Object

Register verbs and objects.



16
17
18
# File 'lib/gloo-sqlite.rb', line 16

def register( callback )
  callback.register_obj( Sqlite )
end