This repository has been archived on 2023-07-01. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app/views/api/v1/statuses/_tags.rabl

3 lines
50 B
Plaintext
Raw Normal View History

2016-11-05 15:20:05 +01:00
attribute :name
node(:url) { |tag| tag_url(tag) }