mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-18 06:01:12 +00:00
Rubocop autocorrections
This commit is contained in:
parent
299738f58d
commit
43bef689fc
85 changed files with 622 additions and 578 deletions
|
|
@ -23,8 +23,8 @@ class Comment < ApplicationRecord
|
|||
def self.build_from(obj, user_id, comment)
|
||||
new \
|
||||
commentable: obj,
|
||||
body: comment,
|
||||
user_id: user_id
|
||||
body: comment,
|
||||
user_id: user_id
|
||||
end
|
||||
|
||||
#helper method to check if a comment has children
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue