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 team_user.id
- json.user do
- json.partial! "organizations/user_detail", user: team_user.user
- end
- json.created_at team_user.created_at.strftime("%Y-%m-%d")
|