class OData4::Railtie

Public Class Methods

load_configuration!() click to toggle source

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

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

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