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.
|
json.(@memo, :subject, :content, :forum_id)
|
|
json.memo_tags @memo_tags
|
|
json.attachments @attachments do |attachment|
|
|
json.partial! "attachments/attachment_simple", locals: {attachment: attachment}
|
|
end
|
|
json.tag_list @tag_list
|
|
json.forums forum_list
|