Class: OData::Model::Railtie Private
- Inherits:
-
Rails::Railtie
- Object
- Rails::Railtie
- OData::Model::Railtie
- 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
- #configuration ⇒ Object private
Instance Attribute Details
#configuration ⇒ Object
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 |