git_repositories.rb revision f458e516c452c779efc7fc8949edfc2092d3fb82
included do
end
end
"#{Ontohub::Application.config.git_root}/#{id}"
end
end
o.iri = "http://#{Settings.hostname}/#{path}/#{Ontology.filename_without_extension(filepath)}"
version = o.versions.build({ :commit_oid => commit_oid, :user => user }, { without_protection: true })
else
version = o.versions.build({ :commit_oid => commit_oid, :user => user }, { without_protection: true })
end
end
end
end
end