class ActiveRecord::Base

sqlite3 can have only one connection at the time

Public Class Methods

connection() click to toggle source
# File lib/rails_gwt/dsl.rb, line 15
def self.connection
  @@shared_connection || retrieve_connection
end