Class: ActiveRecord::Base
- Inherits:
-
Object
- Object
- ActiveRecord::Base
- Defined in:
- lib/rails_gwt/dsl.rb
Overview
sqlite3 can have only one connection at the time
Constant Summary collapse
nil
Class Method Summary collapse
Class Method Details
.connection ⇒ Object
15 16 17 |
# File 'lib/rails_gwt/dsl.rb', line 15 def self.connection @@shared_connection || retrieve_connection end |