lib/iqvoc/rdf_helper.rb in iqvoc-3.2.3 vs lib/iqvoc/rdf_helper.rb in iqvoc-3.2.4
- old
+ new
@@ -49,10 +49,10 @@
elements = str.scan(LITERAL_REGEXP).first
@split_literal = {
:value => elements[0].gsub(/\\"/, '"'),
:language => elements[1]
}
- RAILS_DEFAULT_LOGGER.debug "@split_literal => #{@split_literal}"
+ ::Rails.logger.debug "@split_literal => #{@split_literal}"
@split_literal
end
def self.to_xml_attribute_array
res = {}