Class: FrOData::Railtie
- Inherits:
-
Rails::Railtie
- Object
- Rails::Railtie
- FrOData::Railtie
- Defined in:
- lib/frodata/railtie.rb
Class Method Summary collapse
-
.load_configuration! ⇒ Object
Looks for config/odata.yml and loads the configuration.
-
.setup_service_registry! ⇒ Object
Examines the loaded configuration and populates the FrOData::ServiceRegistry accordingly.
Class Method Details
.load_configuration! ⇒ Object
Looks for config/odata.yml and loads the configuration.
9 10 11 |
# File 'lib/frodata/railtie.rb', line 9 def self.load_configuration! # TODO Implement Rails configuration loading end |
.setup_service_registry! ⇒ Object
Examines the loaded configuration and populates the FrOData::ServiceRegistry accordingly.
15 16 17 |
# File 'lib/frodata/railtie.rb', line 15 def self.setup_service_registry! # TODO Populate FrOData::ServiceRegistry based on configuration end |