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.(activity_forum, :id, :title, :url)
- data = activity_forum.get_visitor_data
- json.visits data[:visits]
- json.created_time data[:created_time]
- json.from data[:from]
|