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 user_cla.id
- json.real_name user_cla.real_name
- json.email user_cla.email
- json.state user_cla.state
- json.created_at format_time(user_cla.sign_time)
- json.cla do
- json.partial! "/organizations/clas/detail", locals: {cla: user_cla.cla}
- end
- json.organization do
- json.partial! "organizations/organizations/simple", organization: user_cla.cla.organization
- end
|