|
|
|
@ -1,4 +1,5 @@
|
|
|
|
|
json.extract! tiding, :id, :status, :viewed, :user_id, :tiding_type, :container_id, :container_type, :parent_container_id, :parent_container_type
|
|
|
|
|
json.extract! tiding, :id, :status, :viewed, :user_id, :tiding_type, :container_id, :container_type,
|
|
|
|
|
:parent_container_id, :parent_container_type, :belong_container_id, :belong_container_type
|
|
|
|
|
json.content tiding.content
|
|
|
|
|
|
|
|
|
|
json.identifier tiding.identifier
|
|
|
|
|