We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bbfeb0 + 65550f4 commit 169cecaCopy full SHA for 169ceca
app/models/label.rb
@@ -1,3 +1,5 @@
1
+# frozen_string_literal: true
2
+
3
class Label < ActiveRecord::Base
4
has_many :repo_labels
5
has_many :repos, through: :repo_lables
app/models/repo_label.rb
class RepoLabel < ActiveRecord::Base
belongs_to :repo
belongs_to :label
0 commit comments