This repository has been archived on 2024-07-31. 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 10:20:05 -04:00
attribute :name
node(:url) { |tag| tag_url(tag) }