Fix new rubocop warnings
This commit is contained in:
parent
2c341c438a
commit
39b60219fe
10 changed files with 22 additions and 23 deletions
|
@ -21,6 +21,6 @@ class RelationMember < ApplicationRecord
|
|||
self.table_name = "current_relation_members"
|
||||
self.primary_keys = "relation_id", "sequence_id"
|
||||
|
||||
belongs_to :relation, :foreign_key => :relation_id
|
||||
belongs_to :relation
|
||||
belongs_to :member, :polymorphic => true
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue