Skip to content

Commit 65550f4

Browse files
committed
Fix rubocop
1 parent 7bbfeb0 commit 65550f4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/models/label.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
class Label < ActiveRecord::Base
24
has_many :repo_labels
35
has_many :repos, through: :repo_lables

app/models/repo_label.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
class RepoLabel < ActiveRecord::Base
24
belongs_to :repo
35
belongs_to :label

0 commit comments

Comments
 (0)