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

application_record.rb « models « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 71fbba5b32873f53ea6e713ea0219acda01a9286 (plain)
1
2
3
4
5
# frozen_string_literal: true

class ApplicationRecord < ActiveRecord::Base
  self.abstract_class = true
end