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

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

module ActivityPub
  def self.table_name_prefix
    "activity_pub_"
  end
end