Method: ModelRdf#initialize
- Defined in:
- lib/data_models/model_rdf.rb
#initialize ⇒ Object
Read the document of attributes relations with rdf properties
19 20 21 |
# File 'lib/data_models/model_rdf.rb', line 19 def initialize @model_rdf = YAML::load(File.open("#{Rails.root}/config/easy_data/rdf_info.yaml")) end |