mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 05:34:46 +02:00
parent
454ce4874b
commit
9bf1a7a06b
2 changed files with 4 additions and 1 deletions
|
@ -2,3 +2,5 @@ inherit_from: .rubocop_todo.yml
|
||||||
|
|
||||||
Style/Alias:
|
Style/Alias:
|
||||||
EnforcedStyle: prefer_alias_method
|
EnforcedStyle: prefer_alias_method
|
||||||
|
Style/TrailingCommaInLiteral:
|
||||||
|
EnforcedStyleForMultiline: consistent_comma
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
class QueJob < ActiveRecord::Base # To be able to remove existing jobs
|
# 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