Class: Saseo::Models::Source::Base
- Inherits:
-
Base
- Object
- ActiveRecord::Base
- Base
- Saseo::Models::Source::Base
show all
- Defined in:
- lib/saseo/models/source/base.rb
Class Method Summary
collapse
Methods inherited from Base
#changes, database_config, database_config_from_file, database_config_from_load_path, database_config_from_relative_path, #has_changes?, reconnect!
Class Method Details
.database_config_path ⇒ Object
9
10
11
|
# File 'lib/saseo/models/source/base.rb', line 9
def database_config_path
Saseo.config.source_database_config_path
end
|
.database_config_url ⇒ Object
13
14
15
|
# File 'lib/saseo/models/source/base.rb', line 13
def database_config_url
Saseo.config.source_database_url
end
|