Class: OData::Model::Railtie Private

Inherits:
Rails::Railtie
  • Object
show all
Defined in:
lib/odata/model/railtie.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Defines the necessary hooks to work correctly with Ruby on Rails.

Instance Attribute Summary collapse

Instance Attribute Details

#configurationObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



6
7
8
# File 'lib/odata/model/railtie.rb', line 6

def configuration
  @configuration
end