gitlink-forgeplus/app/views/topics/_glcc_news.json.jbuilder

5 lines
164 B
Ruby

json.(glcc_news, :id, :title, :url, :uuid)
data = glcc_news.get_visitor_data
json.visits data[:visits]
json.created_time data[:created_time]
json.from data[:from]