Class: OdataConfig
- Inherits:
-
Object
- Object
- OdataConfig
- Defined in:
- lib/odata_config.rb
Class Method Summary collapse
Class Method Details
.odata_config ⇒ Object
3 4 5 |
# File 'lib/odata_config.rb', line 3 def self.odata_config @odata_config ||= YAML.load_file(Rails.root.join('config', 'odata.yml')) end |