Skip to content

Commit

Permalink
fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
simi committed Jan 1, 2025
1 parent fc49e12 commit 91b4e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/ownership.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Ownership < ApplicationRecord
self.ignored_columns = %w[ownership_request_notifier]
self.ignored_columns += %w[ownership_request_notifier]

belongs_to :rubygem
belongs_to :user
Expand Down

0 comments on commit 91b4e85

Please sign in to comment.