Fix lints
This commit is contained in:
parent
b747d97b79
commit
fc9303b843
2 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@ class Antenna < ApplicationRecord
|
|||
end
|
||||
|
||||
def tags_raw
|
||||
antenna_tags.where(exclude: false).map(&:tag).map(&:name).join("\n")
|
||||
antenna_tags.where(exclude: false).map { |tag| tag.tag.name }.join("\n")
|
||||
end
|
||||
|
||||
def tags_raw=(raw)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue