You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- json.id @language.id
- json.name @language.name
- json.content render_base64_decoded @language.content
- json.cover_url @language.cover_id.present? ? download_url(@language.cover) : nil
|