mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 13:44:47 +02:00
parent
6c7bfa01ac
commit
cc48bbb16e
2 changed files with 1 additions and 4 deletions
|
@ -2,5 +2,3 @@ inherit_from: .rubocop_todo.yml
|
|||
|
||||
Style/Alias:
|
||||
EnforcedStyle: prefer_alias_method
|
||||
Style/TrailingCommaInLiteral:
|
||||
EnforcedStyleForMultiline: consistent_comma
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# To be able to remove existing jobs
|
||||
class QueJob < ActiveRecord::Base
|
||||
class QueJob < ActiveRecord::Base # To be able to remove existing jobs
|
||||
self.primary_key = 'job_id'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue