class ActiveFedora::WithMetadata::MetadataNode
def save
def save raise "Save the file first" if file.new_record? SparqlInsert.new(changes_for_update, ::RDF::URI.new(file.uri)).execute(metadata_uri) @ldp_source = nil true end
def save raise "Save the file first" if file.new_record? SparqlInsert.new(changes_for_update, ::RDF::URI.new(file.uri)).execute(metadata_uri) @ldp_source = nil true end