parent
5e38ef87a7
commit
a20354a20b
8 changed files with 52 additions and 6 deletions
|
@ -21,7 +21,8 @@ class ReportService < BaseService
|
|||
@report = @source_account.reports.create!(
|
||||
target_account: @target_account,
|
||||
status_ids: @status_ids,
|
||||
comment: @comment
|
||||
comment: @comment,
|
||||
uri: @options[:uri]
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue