Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab_active_record.rb « lib « gitlab_active_record « gems « vendor - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2ac8c71939f929c6bec3f454d777b62201030674 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require_relative "gitlab_active_record/version"

module GitlabActiveRecord
  class Error < StandardError; end
end