mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 14:05:59 +01:00
Fix rubocop nits
This commit is contained in:
parent
fa81ef2ba6
commit
baa1f3f319
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class ReportFilter
|
|||
Report.joins(:target_user)
|
||||
.where(users: { screen_name: value })
|
||||
when "type"
|
||||
Report.where('LOWER(type) = ?', "reports::#{value}")
|
||||
Report.where("LOWER(type) = ?", "reports::#{value}")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue