You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
361 B
10 lines
361 B
6 years ago
|
json.extract! tiding, :id, :status, :viewed, :user_id, :tiding_type, :container_type, :parent_container_type
|
||
|
json.content tiding.content
|
||
|
json.time tiding.how_long_time
|
||
|
|
||
|
json.trigger_user do
|
||
|
json.partial! 'users/user_simple', user: tiding.trigger_user
|
||
|
end
|
||
|
|
||
|
json.attachments tiding.attachments, partial: 'attachments/attachment_small', as: :attachment
|