mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 21:54:48 +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:
|
Style/Alias:
|
||||||
EnforcedStyle: prefer_alias_method
|
EnforcedStyle: prefer_alias_method
|
||||||
Style/TrailingCommaInLiteral:
|
|
||||||
EnforcedStyleForMultiline: consistent_comma
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# To be able to remove existing jobs
|
class QueJob < ActiveRecord::Base # To be able to remove existing jobs
|
||||||
class QueJob < ActiveRecord::Base
|
|
||||||
self.primary_key = 'job_id'
|
self.primary_key = 'job_id'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue