ontology_version.rb revision 66ae4e01390ec8ddfd3f6fa5361095d5d2f1c2bd
# before_validation :set_checksum
# validate :raw_file_size_maximum
# updated_at of the latest version
end
end
# public URL to this version
Rails.application.routes.url_helpers.repository_ref_path(repository, commit_oid, ontology.path, params.reverse_merge(host: Settings.hostname, only_path: false))
end
end
end
save! if checksum_changed?
end
end