Class: Elastix::User

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/elastix/user.rb

Class Method Summary collapse

Class Method Details

.use_existing_db_connection(connection) ⇒ Object



3
4
5
# File 'lib/elastix/user.rb', line 3

def self.use_existing_db_connection connection
  establish_connection connection
end