class Frodo::Railtie
Public Class Methods
load_configuration!()
click to toggle source
Looks for config/odata.yml and loads the configuration.
# File lib/frodo/railtie.rb, line 9 def self.load_configuration! # TODO Implement Rails configuration loading end
setup_service_registry!()
click to toggle source
Examines the loaded configuration and populates the Frodo::ServiceRegistry
accordingly.
# File lib/frodo/railtie.rb, line 15 def self.setup_service_registry! # TODO Populate Frodo::ServiceRegistry based on configuration end