class FrOData::Railtie

Public Class Methods

load_configuration!() click to toggle source

Looks for config/odata.yml and loads the configuration.

# File lib/frodata/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 FrOData::ServiceRegistry accordingly.

# File lib/frodata/railtie.rb, line 15
def self.setup_service_registry!
  # TODO Populate FrOData::ServiceRegistry based on configuration
end